pub fn write_config<P: AsRef<Path>>(
    config: Configuration,
    path: P
) -> Result<(), Error>