public System.Threading.Tasks.Task <TestApplication.CertixWS.MetodoTest1> TestMethodAsync()
 {
     TestApplication.CertixWS.MetodoTest inValue = new TestApplication.CertixWS.MetodoTest();
     return(((TestApplication.CertixWS.CertixServicesSoap)(this)).TestMethodAsync(inValue));
 }
 public string TestMethod()
 {
     TestApplication.CertixWS.MetodoTest  inValue = new TestApplication.CertixWS.MetodoTest();
     TestApplication.CertixWS.MetodoTest1 retVal  = ((TestApplication.CertixWS.CertixServicesSoap)(this)).TestMethod(inValue);
     return(retVal.MetodoTestResult);
 }
 System.Threading.Tasks.Task <TestApplication.CertixWS.MetodoTest1> TestApplication.CertixWS.CertixServicesSoap.TestMethodAsync(TestApplication.CertixWS.MetodoTest request)
 {
     return(base.Channel.TestMethodAsync(request));
 }
 TestApplication.CertixWS.MetodoTest1 TestApplication.CertixWS.CertixServicesSoap.TestMethod(TestApplication.CertixWS.MetodoTest request)
 {
     return(base.Channel.TestMethod(request));
 }