public void PublishToBus <TCommand>(TCommand msg) where TCommand : ICommand
 {
     _bus.PublishToRabbit <TCommand>(msg);
 }