public int CompareTo(CreatedTimeTagedObject <T>?other) { return(CreatedTime.CompareTo(other?.CreatedTime)); }