public RegisterAssemblyWithSimpleCqrsServiceLocatorBlade(SimpleCqrs.IServiceLocator simpleCqrsServiceLocator)
 {
     this.simpleCqrsServiceLocator = simpleCqrsServiceLocator;
 }
 public RegisterSimpleCqrsDependencies(SimpleCqrs.IServiceLocator simpleCqrsServiceLocator)
 {
     this.simpleCqrsServiceLocator = simpleCqrsServiceLocator;
 }