public function isLiked($userId, $entityType, $entityId)
 {
     return $this->likeDao->findLike($userId, $entityType, $entityId) !== null;
 }