private static function getCommentMentionedHTML(SocialActivity $entity)
 {
     return '<p><strong>' . htmlspecialchars($entity->getTarget()['first_name']) . '</strong> mentioned you in a comment</p>';
 }
 public function getTarget()
 {
     $this->__load();
     return parent::getTarget();
 }