public ServiceLocationRegistrarProxy(IServiceLocationRegistrar registrar, IServiceLocationRuntimeManager manager, IServiceLocator locator)
 {
     this.registrar = registrar;
     this.manager   = manager;
     this.locator   = locator;
 }
 public ServiceLocationRegistrarProxy(IServiceLocationRegistrar registrar, IServiceLocationRuntimeManager manager, IServiceLocator locator)
 {
     this.registrar = registrar;
     this.manager = manager;
     this.locator = locator;
 }