if (this.status !== VaultSource.STATUS_LOCKED) {
            throw new Layerr(
                `Failed unlocking source: Source in invalid state (${this.status}): ${this.id}`
            );
        }