//<inheritdoc />
 public int Create(Domain.Brewery brewery)
 {
     return(_repository.Create(brewery));
 }