public System.Threading.Tasks.Task StartTimerAsync(VivendoByte.NewsheelGold.ViewModels.Service.StartCommunicationRequest request)
 {
     return(base.Channel.StartTimerAsync(request));
 }
 public void StartTimer(VivendoByte.NewsheelGold.ViewModels.Service.StartCommunicationRequest request)
 {
     base.Channel.StartTimer(request);
 }