private void EnsureNoTimingConflict(DateTime startTime, TimeSpan duration)
 {
     _playlist.EnsureNoTimingConflict(startTime, duration);
 }