pub type PlayerId = String;
Players will get an ID that is unique within the agent context.
pub struct PlayerId { /* private fields */ }