public async Task <Brewery> GetAsync(int id)
 {
     return(await _repo.GetAsync(id));
 }