using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace RemSox.Processing { public class ProcessMetrics { public int AverageTickTimeMs { get; set; } public int LastTickTimeMs { get; set; } } }