public static void InstallPip(this IPythonInterpreterFactory factory)
 {
     factory.InstallPipAsync().WaitAndUnwrapExceptions();
 }