pub fn load_from_system_config_path<T: From<Config>, P: AsRef<Path>>(
    path: P
) -> Result<T>