## 🚀 Feature Proposal I'd like to have stable generated IDs instead of completely different at each execution. ## Motivation As a developer I want to control these IDs and be able to use snapshots in automation to check their values. At the moment I have to mock the IDs because the ones generated by `uuid` are changing at every execution.