public void SendMessage(IDomainEvent ev, string queueName) { _bus.Send(ev.OutputJson(), queueName); }