public static async Task AssertExists(this LTrie trie, string key) { using var result = await trie.GetValue("@utTestTa"); Assert.NotNull(result); }
public async Task RandomSearch() { (await trie.GetValue(key))?.Dispose(); }