public bool Equals(TempDirectory other) => Path == other?.Path;
public int CompareTo(TempDirectory other) => Path.CompareTo(other?.Path);