protected bool Equals(TestRecord other) { return string.Equals(Key, other.Key) && Value == other.Value; }
protected bool Equals(TestRecord other) { return(string.Equals(Key, other.Key) && Value == other.Value); }