Future<Map?> queryCouncilInfo() async { final Map? info = await service.queryCouncilInfo(); return info; }