@Action({
        params: voteSchema
    })
    public async unvote(ctx: moleculer.Context) {
        return this.adapter.findById(ctx.params.id)