pub type CorrelationId = String;
Correlation ID type.
Used to uniquely identify requests and match responses to requests.
pub struct CorrelationId { /* private fields */ }