namespace Inspectron.Statistics; public class StatisticsRecord { public DateTime Time { get; set; } public string[] Values { get; set; } }