static public bool IsTimeRunningOver(this TemporalEvent item) { if (item.IsTimeOver() && item.IsRunning()) { return(true); } return(false); }