public static string NonexistentTempFilePath() { return Path.Combine(Path.GetTempPath(), Guid.NewGuid() + ".txt"); }