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