Future<Map<String, Object>> loadConfigFromYamlFile(File options) => loadFromYamlString(options.readAsStringSync());