private async Task LoadPaginatedComments(int page)
 {
     PaginatedComments = await CommentsService.GetByPollIdPaginated(Poll.Id, page);
 }