public bool Equals(TypePropertyPair other)
 {
     return(Type == other.Type && string.Equals(Property, other.Property));
 }
 public bool Equals(TypePropertyPair other)
 {
     return Type == other.Type && string.Equals(Property, other.Property);
 }