} else if (options.id) {
        return (this.namespace + '::' + this.modelName.name.toString() + '::' + options.id);
      } else {
        throw new Error("Key options not recognised")
      }