namespace OI.Metrology.Shared.Models; public record CharacterizationInfo(string? Lot, DateTime LastWriteTime, string[] Lines);