public IEnumerable <CervejaAggregate.Cerveja> GetAllCervejas() { return(_cervejaRepository.ReadAll()); }