` createStorage() { return new Store({ name: this.options.storageName || STORAGE_NAME, cwd: this.options.cwd }) } `