ConsoleApplication2.ServiceReference.getStudentsResponse ConsoleApplication2.ServiceReference.WebServiceSoap.getStudents(ConsoleApplication2.ServiceReference.getStudentsRequest request)
 {
     return(base.Channel.getStudents(request));
 }
 System.Threading.Tasks.Task <ConsoleApplication2.ServiceReference.getStudentsResponse> ConsoleApplication2.ServiceReference.WebServiceSoap.getStudentsAsync(ConsoleApplication2.ServiceReference.getStudentsRequest request)
 {
     return(base.Channel.getStudentsAsync(request));
 }
 public System.Threading.Tasks.Task <ConsoleApplication2.ServiceReference.getStudentsResponse> getStudentsAsync()
 {
     ConsoleApplication2.ServiceReference.getStudentsRequest inValue = new ConsoleApplication2.ServiceReference.getStudentsRequest();
     return(((ConsoleApplication2.ServiceReference.WebServiceSoap)(this)).getStudentsAsync(inValue));
 }
 public string[][] getStudents()
 {
     ConsoleApplication2.ServiceReference.getStudentsRequest  inValue = new ConsoleApplication2.ServiceReference.getStudentsRequest();
     ConsoleApplication2.ServiceReference.getStudentsResponse retVal  = ((ConsoleApplication2.ServiceReference.WebServiceSoap)(this)).getStudents(inValue);
     return(retVal.getStudentsResult);
 }