public bool HasNearDuplicates(double maxTreshold = 0.3) { return(Hits.Take(10).All(h => h.Distance < maxTreshold)); }