public async Task Create(Category category) { var categories = await _fakeDB.CategoriesAsync(); categories.Add(category); }