this.app.services.PluginService.pairing(plugin, driver, data).then(results => {
      res.json(results)
    }).catch(err => {
      res.status(500).send(res.boom.wrap(manageErrors(this.app, err), 500))
    })