public int CompareTo(RightsId other) => Id.CompareTo(other.Id);
public int CompareTo(PlaceHolderId other) => Id.CompareTo(other.Id);
public int CompareTo(ContentId other) => Id.CompareTo(other.Id);
public int CompareTo(Uid other) => Id.CompareTo(other.Id);