pub type EntityMap<T> = BTreeMap<String, Entity<T>>;
pub struct EntityMap<T> { /* private fields */ }