public System.Threading.Tasks.Task <wsSoapSUNARP.buscarAutosResponse> buscarAutosAsync(string arg0)
 {
     wsSoapSUNARP.buscarAutosRequest inValue = new wsSoapSUNARP.buscarAutosRequest();
     inValue.Body      = new wsSoapSUNARP.buscarAutosRequestBody();
     inValue.Body.arg0 = arg0;
     return(((wsSoapSUNARP.WSVehicularMtcDelegate)(this)).buscarAutosAsync(inValue));
 }
 System.Threading.Tasks.Task <wsSoapSUNARP.buscarAutosResponse> wsSoapSUNARP.WSVehicularMtcDelegate.buscarAutosAsync(wsSoapSUNARP.buscarAutosRequest request)
 {
     return(base.Channel.buscarAutosAsync(request));
 }