bool hasPath(String resolverPath, String path) { return _plaintextStore._store.get(resolverPath)?.hasPath(path) ?? _encryptedStore._store.get(resolverPath)?.hasPath(path) ?? false; }