@Override
 public int compareTo(AbstractProperty otherProperty) {
   return sequenceNumber - otherProperty.getSequenceNumber();
 }