namespace ErsatzTV.Core.Scheduling; public enum FixedStartTimeBehavior { Strict = 0, Flexible = 1 }