internal Match(string first, string second, IMetric metric) { First = first; Second = second; Score = metric.Compare(First, Second); }