public Task <int> CreateChartOfAccountAsync(ChartOfAccount chart_of_account) { return(channel.CreateChartOfAccountAsync(chart_of_account)); }