public Task <int> CountUsuarioByCurso(int idCurso) => ServicoUsuario.CountByCurso(idCurso);