namespace Domain.Enums; public enum CleanReason { None, MaxRatioReached, MaxSeedTimeReached, }