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