pub type EventId = Uuid;
Event IDs are used to correlate events with their responses
pub struct EventId(/* private fields */);