pub type Dictionary<K = String, V = String> = HashMap<K, V>;
Type alias for std::collections::HashMap defaulting to a (String, String) type