public string TodaysDilbert()
 {
     ConsoleApp.ServiceReference1.TodaysDilbertRequest inValue = new ConsoleApp.ServiceReference1.TodaysDilbertRequest();
     inValue.Body = new ConsoleApp.ServiceReference1.TodaysDilbertRequestBody();
     ConsoleApp.ServiceReference1.TodaysDilbertResponse retVal = ((ConsoleApp.ServiceReference1.DilbertSoap)(this)).TodaysDilbert(inValue);
     return(retVal.Body.TodaysDilbertResult);
 }
 public System.Threading.Tasks.Task <ConsoleApp.ServiceReference1.TodaysDilbertResponse> TodaysDilbertAsync()
 {
     ConsoleApp.ServiceReference1.TodaysDilbertRequest inValue = new ConsoleApp.ServiceReference1.TodaysDilbertRequest();
     inValue.Body = new ConsoleApp.ServiceReference1.TodaysDilbertRequestBody();
     return(((ConsoleApp.ServiceReference1.DilbertSoap)(this)).TodaysDilbertAsync(inValue));
 }
 System.Threading.Tasks.Task <ConsoleApp.ServiceReference1.TodaysDilbertResponse> ConsoleApp.ServiceReference1.DilbertSoap.TodaysDilbertAsync(ConsoleApp.ServiceReference1.TodaysDilbertRequest request)
 {
     return(base.Channel.TodaysDilbertAsync(request));
 }
 ConsoleApp.ServiceReference1.TodaysDilbertResponse ConsoleApp.ServiceReference1.DilbertSoap.TodaysDilbert(ConsoleApp.ServiceReference1.TodaysDilbertRequest request)
 {
     return(base.Channel.TodaysDilbert(request));
 }