public bool Compare(FileDetails other) => FileComparer.Compare(this, other);
public void GetHash() { Hash = FileComparer.GetHashCode(AbsolutePath); }