public override void RunRemoveScript(BoundScriptAPI.USBEventArgs e)
 {
     Process.Start(OnRemovePath, OnRemoveArgs);
 }
 public override void RunInsertScript(BoundScriptAPI.USBEventArgs e)
 {
     Process.Start(OnInsertPath, OnInsertArgs);
 }