if (this.status !== VaultSource.STATUS_UNLOCKED) {
            throw new Layerr(
                `Failed converting source: Source not unlocked (${this.status}): ${this.id}`
            );
        }