public async Task <dynamic> ResendEbizWebFormEmail(EmailDetailModel model) { //response issue SecurityToken token = await GetSecurityToken(); var client = new PaymentGateway.IeBizServiceClient(); dynamic response = await client.ResendEbizWebFormEmailAsync(token, model.paymentInternalId); return(response); }