public void UnsubscribeQueue <T, TH>(string routingKey)
     where T : IIntegrationEvent
     where TH : IIntegrationQueueHandler <T>
 {
     SubsManager.RemoveSubscriptionQueue <T, TH>(routingKey);
 }