Future<List?> getDemocracyUnlocks(String address) async { final List? res = await service.getDemocracyUnlocks(address); return res; }