namespace ZeroLevel.Services.PartitionStorage { internal struct KeyIndex { public TKey Key { get; set; } public long Offset { get; set; } } }