private static function getCommentRepliedText(SocialActivity $entity)
 {
     return $entity->getFollowing()->getFullName() . ' replied to your comment';
 }
 public function getFollowing()
 {
     $this->__load();
     return parent::getFollowing();
 }