public bool Send(out NCR.EAI.AUB.ChannelProxy.NCRDBService.MessageOutDTO MsgOutDTO, NCR.EAI.AUB.ChannelProxy.NCRDBService.MessageInDTO MsgInDTO)
 {
     return(base.Channel.Send(out MsgOutDTO, MsgInDTO));
 }
 public bool SendBlocking(ref NCR.EAI.Entity.Log.MessageLog MsgLog, out NCR.EAI.AUB.ChannelProxy.NCRDBService.MessageOutDTO MsgOutDTO, NCR.EAI.AUB.ChannelProxy.NCRDBService.MessageInDTO MsgInDTO)
 {
     return(base.Channel.SendBlocking(ref MsgLog, out MsgOutDTO, MsgInDTO));
 }