public dispose(): void {
        logger.debug("Disposing storage", { name: this.name });

        this._onChange.dispose();
        this.delegate.dispose();