pub fn service_util_opt_env<T: FromStr>(
    var_name: &'static str
) -> Result<Option<T>, EnvError>