Order State Id
Type-safe identifier for the lifecycle states of a SupplyChainModel.Order. Each state in the order state machine has exactly one OrderStateId singleton; sealed-class hierarchy lets listener bodies use exhaustive when and referential identity (===) checks instead of stringly-typed comparison on displayName.
The state-machine implementation lives on SupplyChainModel.OrderState and uses these IDs to label each concrete state class.