pub fn get_optional_from_properties<T: FromStr>(
field: &'static str,
properties: &Properties,
) -> Result<Option<T>, ConfigurationError>pub fn get_optional_from_properties<T: FromStr>(
field: &'static str,
properties: &Properties,
) -> Result<Option<T>, ConfigurationError>