public bool Equals(FileCompareStatsVerifiedMD5 other) => _groupID.Equals(other._groupID) && _lastCompared.Equals(other._lastCompared) && _md5.Equals(other._md5);
 public bool Equals(FileCompareStats other) => _groupID.Equals(other._groupID) && _md5.Equals(other._md5);