constructor(data, options) {
    super(data, options)
    this._options.fileType = 'dsn6'
    this.model = new DSN6Model()
  }