@override List<SuiApiEvent> onResonse(List<Map<String, dynamic>> result) { return result.map((e) => SuiApiEvent.fromJson(e)).toList(); }