pub type Namespace = Namespace;
pub struct Namespace(pub BTreeMap<String, String>);
0: BTreeMap<String, String>