namespace ZeroLevel.Services.PartitionStorage { internal struct ValueIndex { public TValue Value { get; set; } public long Offset { get; set; } } }