public System.Threading.Tasks.Task <OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryRequest inValue = new OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService)(this)).sendSummaryAsync(inValue));
 }
 public string sendSummary(string fileName, byte[] contentFile)
 {
     OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryRequest inValue = new OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryResponse retVal = ((OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
 System.Threading.Tasks.Task <OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryResponse> OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService.sendSummaryAsync(OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
 OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryResponse OpenInvoicePeru.ServicioSunat.Soap.Documentos.billService.sendSummary(OpenInvoicePeru.ServicioSunat.Soap.Documentos.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }