namespace RemSox.Processing; public class ProcessMetrics { public int AverageTickTimeMs { get; set; } public int LastTickTimeMs { get; set; } }