public async Task <Result> SuspendCustomer(string CustomerId, SuspendCustomerParams data) => await _avOperation.SuspendCompanyAsync(CustomerId, data);
public Result SuspendCustomer(string CustomerId, SuspendCustomerParams data) { var op = new STaaSOperation(); return(op.SuspendCompany(CustomerId, data)); }