public void UnregiesterForProcessTermintatedNotification(ProcessTerminated notification)
 {
     debug.Process_Exit -= new DebugEng.ProcessExit(debug_Process_Exit);
     ProcessTerminatedNotification -= notification;
 }