namespace OI.Metrology.Shared.DataModels; public class ColumnValue { public string? Column { get; set; } public string? Value { get; set; } }