public bool Equals(RecordEntry x, RecordEntry y)
 {
     return(_matcher.IsEquivalentResponse(x, y));
 }