public static GeometryAttribute GetOrDefaultAttribute(this IGeometryAttributes self, AttributeDescriptor desc)
 => self.GetAttribute(desc.ToString()) ?? desc.ToDefaultAttribute(self.ExpectedElementCount(desc));
 public static GeometryAttribute DefaultAttribute(this IGeometryAttributes self, AttributeDescriptor desc)
 => desc.ToDefaultAttribute(self.ExpectedElementCount(desc));