public System.Threading.Tasks.Task <wsSoapSUNARP.getDatosVehicularAAPResponse> getDatosVehicularAAPAsync(string arg0, string arg1, string arg2)
 {
     wsSoapSUNARP.getDatosVehicularAAPRequest inValue = new wsSoapSUNARP.getDatosVehicularAAPRequest();
     inValue.Body      = new wsSoapSUNARP.getDatosVehicularAAPRequestBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     inValue.Body.arg2 = arg2;
     return(((wsSoapSUNARP.WSVehicularMtcDelegate)(this)).getDatosVehicularAAPAsync(inValue));
 }
 System.Threading.Tasks.Task <wsSoapSUNARP.getDatosVehicularAAPResponse> wsSoapSUNARP.WSVehicularMtcDelegate.getDatosVehicularAAPAsync(wsSoapSUNARP.getDatosVehicularAAPRequest request)
 {
     return(base.Channel.getDatosVehicularAAPAsync(request));
 }