Inheritance: extends Namshi\Notificator\Notification, implements Namshi\Notificator\Notification\Email\EmailNotificationInterface
 public function __construct($emailTemplate, $recipientAddress, $subject, $body, array $parameters = array())
 {
     parent::__construct($emailTemplate, $recipientAddress, $parameters);
     $this->subject = $subject;
     $this->body = $body;
 }