public async Task <bool> Handle(AulaExisteQuery request, CancellationToken cancellationToken) => await repositorioAula.Exists(request.AulaId);