public async Task <Brewery> Update(Brewery model)
 {
     return(await _useCase.Update(model));
 }