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