public IEnumerable <Empresa> ConsultaByCNPJ(string cnpj) { return(_empresaAppService.ConsultaByCNPJ(cnpj)); }