public ErickOrlando.FirmadoSunat.Sunat.statusResponse getStatus(string ticket)
 {
     ErickOrlando.FirmadoSunat.Sunat.getStatusRequest inValue = new ErickOrlando.FirmadoSunat.Sunat.getStatusRequest();
     inValue.ticket = ticket;
     ErickOrlando.FirmadoSunat.Sunat.getStatusResponse retVal = ((ErickOrlando.FirmadoSunat.Sunat.billService)(this)).getStatus(inValue);
     return(retVal.status);
 }
 public System.Threading.Tasks.Task <ErickOrlando.FirmadoSunat.Sunat.getStatusResponse> getStatusAsync(string ticket)
 {
     ErickOrlando.FirmadoSunat.Sunat.getStatusRequest inValue = new ErickOrlando.FirmadoSunat.Sunat.getStatusRequest();
     inValue.ticket = ticket;
     return(((ErickOrlando.FirmadoSunat.Sunat.billService)(this)).getStatusAsync(inValue));
 }
 System.Threading.Tasks.Task <ErickOrlando.FirmadoSunat.Sunat.getStatusResponse> ErickOrlando.FirmadoSunat.Sunat.billService.getStatusAsync(ErickOrlando.FirmadoSunat.Sunat.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }
 ErickOrlando.FirmadoSunat.Sunat.getStatusResponse ErickOrlando.FirmadoSunat.Sunat.billService.getStatus(ErickOrlando.FirmadoSunat.Sunat.getStatusRequest request)
 {
     return(base.Channel.getStatus(request));
 }