pub fn read_from_yaml_file<T>(path: &Path) -> Result<T, YAMLIOError>where
    T: DeserializeOwned,