public function markTopicAsViewed(TopicInterface $topic, UserInterface $user)
 {
     $this->repository->incrementTopicNumViews($topic);
 }