public GenerateNotificationDocumentHandler(INotificationDocumentGenerator notificationDocumentGenerator)
 {
     this.notificationDocumentGenerator = notificationDocumentGenerator;
 }
 public GenerateNotificationPreviewDocumentHandler(INotificationDocumentGenerator notificationDocumentGenerator, INotificationPreviewWatermarkGenerator notificationPreviewWatermarkGenerator, IPdfGenerator pdfGenerator)
 {
     this.notificationDocumentGenerator         = notificationDocumentGenerator;
     this.notificationPreviewWatermarkGenerator = notificationPreviewWatermarkGenerator;
     this.pdfGenerator = pdfGenerator;
 }