public void Send(IEmailNotification notification)
 {
     _factory.GetHandler <IEmailNotification>().Handle(notification);
 }