public Result OnBehalfOfWithholdApplayInterface(string requestNumber, Req_4047 req_4047, string counterId = "")
        {
            var be     = new BankEnterpriseDirectInterface(this.IsSpecialLine);
            var result = be.OnBehalfOfWithholdApplayInterface(requestNumber, req_4047, counterId);

            return(CommUtils.ToResult(result));
        }