public async Task <TableType> AddTable(AddTableInput input) { return(await _tableService.AddTableAsync(input)); }