public ServiceLocatorMapServiceBehavior(ServiceLocatorBase serviceLocator)
 {
     _ServiceLocator = serviceLocator;
 }
 public ServiceLocatorServiceHost(Type serviceType, ServiceLocatorBase serviceLocator, params Uri[] baseAddresses)
     : base(serviceLocator.GetServiceType(serviceType), baseAddresses)
 {
     _ServiceLocator = serviceLocator;
 }