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