pub trait IntoEntityId: 'static + Sync + Send { // Required method fn into_entity_id(self) -> EntityId; }