public async Task <int> Fetch(long presentationId) { var page = await presentationRepository.GetCurrentPageNumber(presentationId); return(page); }