public final function notifyByListeners($ref_id, $processAsync = false)
 {
     require_once 'Services/Notifications/classes/class.ilNotificationSystem.php';
     $this->beforeSendToListeners();
     ilNotificationSystem::sendNotificationToListeners($this, $ref_id, $processAsync);
     $this->afterSendToListeners();
 }