public System.Threading.Tasks.Task <WebApplication2.ServiceReference1.writeBooksResponse> writeBooksAsync(string line, string file)
 {
     WebApplication2.ServiceReference1.writeBooksRequest inValue = new WebApplication2.ServiceReference1.writeBooksRequest();
     inValue.Body      = new WebApplication2.ServiceReference1.writeBooksRequestBody();
     inValue.Body.line = line;
     inValue.Body.file = file;
     return(((WebApplication2.ServiceReference1.WebService1Soap)(this)).writeBooksAsync(inValue));
 }
 public void writeBooks(string line, string file)
 {
     WebApplication2.ServiceReference1.writeBooksRequest inValue = new WebApplication2.ServiceReference1.writeBooksRequest();
     inValue.Body      = new WebApplication2.ServiceReference1.writeBooksRequestBody();
     inValue.Body.line = line;
     inValue.Body.file = file;
     WebApplication2.ServiceReference1.writeBooksResponse retVal = ((WebApplication2.ServiceReference1.WebService1Soap)(this)).writeBooks(inValue);
 }
 System.Threading.Tasks.Task <WebApplication2.ServiceReference1.writeBooksResponse> WebApplication2.ServiceReference1.WebService1Soap.writeBooksAsync(WebApplication2.ServiceReference1.writeBooksRequest request)
 {
     return(base.Channel.writeBooksAsync(request));
 }
 WebApplication2.ServiceReference1.writeBooksResponse WebApplication2.ServiceReference1.WebService1Soap.writeBooks(WebApplication2.ServiceReference1.writeBooksRequest request)
 {
     return(base.Channel.writeBooks(request));
 }