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