pub fn load_data<T>(base_path: impl AsRef<Path>, name: &str) -> Result<T, Error>where T: DeserializeOwned,