private static string GetRuntimeVersionDirectoryName()
 {
     return(MiscHelpers.FormatInvariant("v{0}", Environment.Version.ToString(3)));
 }