this.merge.accessors = (...args) => {
      this.accessors = Object.assign({}, this.accessors, ...args);
      return this.accessors;
    };