public void StartConsuming()
 {
     _persistentConnection.CreateConsumerChannel(TryProcessEvent);
 }