public WithdrawImportNotification(IImportNotificationAssessmentRepository assessmentRepository,
     IImportWithdrawnRepository withdrawnRepository)
 {
     this.assessmentRepository = assessmentRepository;
     this.withdrawnRepository = withdrawnRepository;
 }
 public WithdrawImportNotification(IImportNotificationAssessmentRepository assessmentRepository,
                                   IImportWithdrawnRepository withdrawnRepository)
 {
     this.assessmentRepository = assessmentRepository;
     this.withdrawnRepository  = withdrawnRepository;
 }