get(id) {
    return this.findById(id)
      .exec()
      .then((client) => {
        if (client) {