public async Task <IEnumerable <BaseReceitaFederal> > ListByCNPJBaseAsync(string cnpj) { return(await _empresa.ListByCNPJBaseAsync(cnpj)); }