pub fn dump_settings_to_file(
    file_path: &str,
    settings: &ServiceSettings
) -> Result<(), impl Error>