namespace ErsatzTV.Core.Domain; public enum ChannelIdleBehavior { StopOnDisconnect = 0, KeepRunning = 1 }