public void EnsureSystemPathTest()
 {
     ComputerInfo.EnsureSystemPath();
 }
 public void UninstallSystemPathTest()
 {
     ComputerInfo.EnsureSystemPath(uninstall: true);
 }