public async Task ReadBlock() { var block = await _file.GetKVBlock(0); var count = 0; while (block.TryGetNextKeySlow(out _)) { count++; } }