private string GetLatestFramework(string path, string framework) => io.GetDirectories( path, framework + "*" ) .Last();