public System.Threading.Tasks.Task <Student_InfoApp.ServiceReference1.InsertResponse> InsertAsync(Student_InfoApp.ServiceReference1.Student_Info stu_info)
 {
     Student_InfoApp.ServiceReference1.InsertRequest inValue = new Student_InfoApp.ServiceReference1.InsertRequest();
     inValue.Body          = new Student_InfoApp.ServiceReference1.InsertRequestBody();
     inValue.Body.stu_info = stu_info;
     return(((Student_InfoApp.ServiceReference1.Service1Soap)(this)).InsertAsync(inValue));
 }
 System.Threading.Tasks.Task <Student_InfoApp.ServiceReference1.InsertResponse> Student_InfoApp.ServiceReference1.Service1Soap.InsertAsync(Student_InfoApp.ServiceReference1.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }