namespace MissionTmaLib;
public record ArealsFileData(int UnusedHeader, int ArealCount, List<ArealInfo> ArealInfos);