namespace ErsatzTV.Core.Domain; public enum StreamingEngine { Legacy = 0, Next = 1 }