public async Task <IEnumerable <FoodItem> > GetFoodItems() { return(await _repository.GetFoodItemsAsync()); }