static Future<SDConfig> load(File file) async { final contents = await file.readAsString(); return fromYaml(contents); }