public bool HasTooManyCloseMatches(double maxTreshold = 0.95) { return(Hits.Max(x => x.Distance) < maxTreshold); }