public string HelloWorld()
 {
     ADonetExample.ServiceReference1.HelloWorldRequest inValue = new ADonetExample.ServiceReference1.HelloWorldRequest();
     inValue.Body = new ADonetExample.ServiceReference1.HelloWorldRequestBody();
     ADonetExample.ServiceReference1.HelloWorldResponse retVal = ((ADonetExample.ServiceReference1.WebService1Soap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
 public System.Threading.Tasks.Task <ADonetExample.ServiceReference1.HelloWorldResponse> HelloWorldAsync()
 {
     ADonetExample.ServiceReference1.HelloWorldRequest inValue = new ADonetExample.ServiceReference1.HelloWorldRequest();
     inValue.Body = new ADonetExample.ServiceReference1.HelloWorldRequestBody();
     return(((ADonetExample.ServiceReference1.WebService1Soap)(this)).HelloWorldAsync(inValue));
 }
 System.Threading.Tasks.Task <ADonetExample.ServiceReference1.HelloWorldResponse> ADonetExample.ServiceReference1.WebService1Soap.HelloWorldAsync(ADonetExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
 ADonetExample.ServiceReference1.HelloWorldResponse ADonetExample.ServiceReference1.WebService1Soap.HelloWorld(ADonetExample.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }