pub type SessionId = Uuid;
Unique identifier for a session.
pub struct SessionId(/* private fields */);