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