public static bool IsVisualStudioInstalled()
 {
     return(WindowsPlatform.HasAnyVSInstalled());
 }