reversed.ready((err) => {
  reversed.act('cmd:run', (err, reply) => {
    Assert((reply.handler === 'one'))
    console.log(reply)
  })