pub fn get_mandatory<T: FromStr>( section: Option<&'static str>, field: &'static str, ini_config: &Ini, ) -> Result<T, ConfigurationError>