pub type SharedKitchenState = Arc<KitchenState>;
pub struct SharedKitchenState { /* private fields */ }