pub type ActorID = Uuid;
Agent IDs are used to identify actors
pub struct ActorID(/* private fields */);