private static String ExecuteNirCmd(String args)
 {
     return(ConsoleAppRunner.Execute(APP_NIRCMD, args));
 }
 private static String ExecutePowerCfg(String args)
 {
     return(ConsoleAppRunner.Execute(APP_POWERCFG, args));
 }