public List <Favourite> GetByTopic(Guid topicId) { return(_favouriteRepository.GetByTopic(topicId)); }