UniqueStringId.Create() needs to generate simple repeatable id's that aren't random (like they currently are). Now all grace id's will be in the form "*-gN" where N is an ever increment number (or at least for the first 2 billion ids)
UniqueStringId.Create() needs to generate simple repeatable id's that aren't random (like they currently are).
Now all grace id's will be in the form "*-gN" where N is an ever increment number (or at least for the first 2 billion ids)