public bool ContainsProperty(MathIdentifier propertyId)
 {
     return(_properties.ContainsKey(propertyId));
 }