public void UnsubscribeRpc <T, TR, TH>(string routingKey)
     where T : IIntegrationEvent
     where TH : IIntegrationRpcHandler <T, TR>
     where TR : IIntegrationEventReply
 {
     SubsManager.RemoveSubscriptionRpc <T, TR, TH>(routingKey);
 }