public CustomerValidatedWithFluntHandler(ICustomerRepositoryForFlunt customerRepositoryForFlunt,
                                          INotificationContextForFlunt notificationContextForFlunt)
 {
     _customerRepositoryForFlunt  = customerRepositoryForFlunt;
     _notificationContextForFlunt = notificationContextForFlunt;
 }
 public NotificationFilter(INotificationContextForFluentValidation notificationContextForFluentValidation,
                           INotificationContextForFlunt notificationContextForFlunt)
 {
     _notificationContextForFluentValidation = notificationContextForFluentValidation;
     _notificationContextForFlunt            = notificationContextForFlunt;
 }