public bool IsBreakTime(IClockService clockService) { var now = clockService.Now(); return(now - _lessonStartDateTime > new TimeSpan(1, 30, 00)); }