public void Execute(IAlarm alarm)
 {
     alarm.Deactivate();
     alarm.EventDispatcher.Dispatch(new DeactivatedEvent(_initiator));
 }