public function getEmailHtml(NotificationInterface $notification)
 {
     return self::_renderHtml($notification->getCategory()->getMailTemplate(), $notification->getPlaceholders(), $notification->getTitle(), $notification->getShortText());
 }