public System.Threading.Tasks.Task <WindowsFormsApplicationCalculadora.MisServiciosWeb.helloResponse> helloAsync(string name)
 {
     WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequest inValue = new WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequest();
     inValue.Body      = new WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequestBody();
     inValue.Body.name = name;
     return(((WindowsFormsApplicationCalculadora.MisServiciosWeb.HolaMundoWebService)(this)).helloAsync(inValue));
 }
 public string hello(string name)
 {
     WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequest inValue = new WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequest();
     inValue.Body      = new WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequestBody();
     inValue.Body.name = name;
     WindowsFormsApplicationCalculadora.MisServiciosWeb.helloResponse retVal = ((WindowsFormsApplicationCalculadora.MisServiciosWeb.HolaMundoWebService)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
 System.Threading.Tasks.Task <WindowsFormsApplicationCalculadora.MisServiciosWeb.helloResponse> WindowsFormsApplicationCalculadora.MisServiciosWeb.HolaMundoWebService.helloAsync(WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
 WindowsFormsApplicationCalculadora.MisServiciosWeb.helloResponse WindowsFormsApplicationCalculadora.MisServiciosWeb.HolaMundoWebService.hello(WindowsFormsApplicationCalculadora.MisServiciosWeb.helloRequest request)
 {
     return(base.Channel.hello(request));
 }