//<inheritdoc />
 public IEnumerable <Domain.Brewery> GetByState(string state)
 {
     return(_repository.GetByState(state));
 }