/// <inheritdoc /> public async Task <Beer> GetBeerByIdAsync(int id) { return(await Beers.FindAsync(id)); }