data(require_version = '') {
    if (!this._data[require_version]) this._get_data(require_version);

    return this._data[require_version];
  }