public async Task <IEnumerable <Brewery> > ListAsync()
 {
     return(await _repo.ListAsync());
 }