//Interfaces public int CompareTo(CreationIdentifier other) { return(CreationTime.CompareTo(other.CreationTime)); }