public System.Threading.Tasks.Task <ERB_IdentificationLetter.updateKtaJobIdResponse> updateKtaJobIdAsync(long reqID, string ktajobid)
 {
     ERB_IdentificationLetter.updateKtaJobId inValue = new ERB_IdentificationLetter.updateKtaJobId();
     inValue.reqID    = reqID;
     inValue.ktajobid = ktajobid;
     return(((ERB_IdentificationLetter.LetterRequestService)(this)).updateKtaJobIdAsync(inValue));
 }
 System.Threading.Tasks.Task <ERB_IdentificationLetter.updateKtaJobIdResponse> ERB_IdentificationLetter.LetterRequestService.updateKtaJobIdAsync(ERB_IdentificationLetter.updateKtaJobId request)
 {
     return(base.Channel.updateKtaJobIdAsync(request));
 }