namespace ZeroLevel.Services.PartitionStorage { public class FilePositionRange { public long Start; public long End; } }