public void Init()
 {
     commandBus = new LOSCommandBus();
     commandBus.Register(Assembly.GetAssembly(typeof(CreateCurrentFeeScheduleHandler)));
 }
 public void Init()
 {
     commandBus = new LOSCommandBus();
     commandBus.Register(Assembly.GetAssembly(typeof(CreateAlternateNameAndAddressHandler)));
 }
 public void Init()
 {
     commandBus = new LOSCommandBus();
     commandBus.Register(Assembly.GetAssembly(typeof(AssignObligationNumberHandler)));
 }
 public void Init()
 {
     commandBus = new LOSCommandBus();
     commandBus.Register(Assembly.GetAssembly(typeof(CreateObligorHandler)));
 }
 public void Init()
 {
     commandBus = new LOSCommandBus();
     commandBus.Register(Assembly.GetAssembly(typeof(OpenBatchHandler)));
 }