pub fn read_configuration<T>( environment_variable: &str, configuration_path_variable: &str, ) -> Result<T, Error>where T: DeserializeOwned,