pub fn env_value<T>(key: &str, default: Option<T>) -> Result<T, Error>where T: FromStr,
Export useful types Get value from env and parse it to T