pub type Id = Uuid;
Unique identifier for managers, tasks, events, etc.
struct Id(/* private fields */);