public Event Choose(EventsList eventsList, double currentClockTime)
 {
     return(eventsList.GetEventWithSmallestTimestamp(currentClockTime));
 }