/// <inheritdoc /> public async Task <List <Beer> > GetAllBeersAsync() { return(await Beers.ToListAsync()); }