public async Task <IEnumerable <NotificacaoAula> > Handle(ObterNotificacoesPorAulaIdQuery request, CancellationToken cancellationToken)
 => await repositorioNotificacaoAula.ObterPorAulaAsync(request.AulaId);