public System.Threading.Tasks.Task TargetMsgAsync(string[] addressList, CallOut_ConsoleWPF.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     return(base.Channel.TargetMsgAsync(addressList, codingIncidentMsg));
 }
 public System.Threading.Tasks.Task MsgDisplayedResponseAsync(string console, CallOut_ConsoleWPF.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     return(base.Channel.MsgDisplayedResponseAsync(console, codingIncidentMsg));
 }
 public void TargetMsg(string[] addressList, CallOut_ConsoleWPF.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     base.Channel.TargetMsg(addressList, codingIncidentMsg);
 }
 public void MsgDisplayedResponse(string console, CallOut_ConsoleWPF.ServiceReference1.CodingIncidentMessage codingIncidentMsg)
 {
     base.Channel.MsgDisplayedResponse(console, codingIncidentMsg);
 }