public void Execute()
 {
     RegisterEventListener();
     _machine.PrepareDebugContinuation();
     _debugCommandEvent.Set();
 }