public async Task <Category> AddCategory(Category category) { return(await _categoriesClient.AddAsync(category)); }