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