public async Task Execute(long presentationId, int pageNumber) { await presentationRepository.UpdatePageNumber(presentationId, pageNumber); }