private async Task <bool> ProjetoNaoAssociadoGrupo(Guid id, CancellationToken token) { return(!await _projetoRepository.TemAssociacaoGrupo(id)); }