/// <summary>
 /// Required by ILogBus
 /// </summary>
 public IOutboundChannel GetOutboundChannel(string channelId)
 {
     return(_target.GetOutboundChannel(channelId));
 }