public ServiceLocationSimulationManager(ServiceLocator locator)
 {
     this.locator = locator;
 }
 public ServiceLocationIndividualTestManager(ServiceLocator locator)
 {
     this.locator = locator;
 }
 public ServiceLocationRuntimeManager(ServiceLocator locator)
 {
     this.locator = locator;
 }