public System.Threading.Tasks.Task <wsSoapSUNARP.getConsultaXPorPlacaVigenteResponse> getConsultaXPorPlacaVigenteAsync(string arg0)
 {
     wsSoapSUNARP.getConsultaXPorPlacaVigenteRequest inValue = new wsSoapSUNARP.getConsultaXPorPlacaVigenteRequest();
     inValue.Body      = new wsSoapSUNARP.getConsultaXPorPlacaVigenteRequestBody();
     inValue.Body.arg0 = arg0;
     return(((wsSoapSUNARP.WSVehicularMtcDelegate)(this)).getConsultaXPorPlacaVigenteAsync(inValue));
 }
 System.Threading.Tasks.Task <wsSoapSUNARP.getConsultaXPorPlacaVigenteResponse> wsSoapSUNARP.WSVehicularMtcDelegate.getConsultaXPorPlacaVigenteAsync(wsSoapSUNARP.getConsultaXPorPlacaVigenteRequest request)
 {
     return(base.Channel.getConsultaXPorPlacaVigenteAsync(request));
 }