pub trait Section: Sized { // Required method fn from_section(map: &BTreeMap<String, String>) -> Result<Self, Error>; }