public System.Threading.Tasks.Task <Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeResponse> get_outstanding_holiday_requests_for_employeeAsync(string email)
 {
     Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequest inValue = new Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequest();
     inValue.Body       = new Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequestBody();
     inValue.Body.email = email;
     return(((Employee_WebApp.WebAppServiceReference.TheWebServiceSoap)(this)).get_outstanding_holiday_requests_for_employeeAsync(inValue));
 }
 public Employee_WebApp.WebAppServiceReference.Holidays[] get_outstanding_holiday_requests_for_employee(string email)
 {
     Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequest inValue = new Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequest();
     inValue.Body       = new Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequestBody();
     inValue.Body.email = email;
     Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeResponse retVal = ((Employee_WebApp.WebAppServiceReference.TheWebServiceSoap)(this)).get_outstanding_holiday_requests_for_employee(inValue);
     return(retVal.Body.get_outstanding_holiday_requests_for_employeeResult);
 }
 System.Threading.Tasks.Task <Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeResponse> Employee_WebApp.WebAppServiceReference.TheWebServiceSoap.get_outstanding_holiday_requests_for_employeeAsync(Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequest request)
 {
     return(base.Channel.get_outstanding_holiday_requests_for_employeeAsync(request));
 }
 Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeResponse Employee_WebApp.WebAppServiceReference.TheWebServiceSoap.get_outstanding_holiday_requests_for_employee(Employee_WebApp.WebAppServiceReference.get_outstanding_holiday_requests_for_employeeRequest request)
 {
     return(base.Channel.get_outstanding_holiday_requests_for_employee(request));
 }