public System.Threading.Tasks.Task <KeepServiceReference.ExportCSVResponse> ExportCSVAsync(string receiveDate)
 {
     KeepServiceReference.ExportCSVRequest inValue = new KeepServiceReference.ExportCSVRequest();
     inValue.Body             = new KeepServiceReference.ExportCSVRequestBody();
     inValue.Body.receiveDate = receiveDate;
     return(((KeepServiceReference.KeepServiceSoap)(this)).ExportCSVAsync(inValue));
 }
 public string ExportCSV(string receiveDate)
 {
     KeepServiceReference.ExportCSVRequest inValue = new KeepServiceReference.ExportCSVRequest();
     inValue.Body             = new KeepServiceReference.ExportCSVRequestBody();
     inValue.Body.receiveDate = receiveDate;
     KeepServiceReference.ExportCSVResponse retVal = ((KeepServiceReference.KeepServiceSoap)(this)).ExportCSV(inValue);
     return(retVal.Body.ExportCSVResult);
 }
 System.Threading.Tasks.Task <KeepServiceReference.ExportCSVResponse> KeepServiceReference.KeepServiceSoap.ExportCSVAsync(KeepServiceReference.ExportCSVRequest request)
 {
     return(base.Channel.ExportCSVAsync(request));
 }
 KeepServiceReference.ExportCSVResponse KeepServiceReference.KeepServiceSoap.ExportCSV(KeepServiceReference.ExportCSVRequest request)
 {
     return(base.Channel.ExportCSV(request));
 }