public void NotifyExecution(Order order)
 {
     _logger.NotifyExecution(order);
     _emailNotifier.NotifyExecution(order);
 }