constructor (adapter, fs, path) {
    this._adapter = adapter
    this._fs = fs
    this._path = path
  }