static Future<Model> parse(String filePath) async { final parser = _getParser(filePath); return parser.parseModel(filePath); }