public System.Threading.Tasks.Task <WinApp.Servicio.Soap.Consultas.getStatusResponse> getStatusAsync(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     WinApp.Servicio.Soap.Consultas.getStatusRequest inValue = new WinApp.Servicio.Soap.Consultas.getStatusRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     return(((WinApp.Servicio.Soap.Consultas.billService)(this)).getStatusAsync(inValue));
 }
 public WinApp.Servicio.Soap.Consultas.statusResponse getStatus(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     WinApp.Servicio.Soap.Consultas.getStatusRequest inValue = new WinApp.Servicio.Soap.Consultas.getStatusRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     WinApp.Servicio.Soap.Consultas.getStatusResponse retVal = ((WinApp.Servicio.Soap.Consultas.billService)(this)).getStatus(inValue);
     return(retVal.status);
 }
 System.Threading.Tasks.Task <WinApp.Servicio.Soap.Consultas.getStatusResponse> WinApp.Servicio.Soap.Consultas.billService.getStatusAsync(WinApp.Servicio.Soap.Consultas.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }
 WinApp.Servicio.Soap.Consultas.getStatusResponse WinApp.Servicio.Soap.Consultas.billService.getStatus(WinApp.Servicio.Soap.Consultas.getStatusRequest request)
 {
     return(base.Channel.getStatus(request));
 }