Gets an existing Vault
name
@override V? get<T, V extends Vault<T>>(String name) { return _vaults[name] as V?; }