getLiveSnapshots(): Array<VaultLiveSnapshot> {
        return this.unlockedSources.map((source) => source.getLiveSnapshot());
    }