public TimerSystem(Contexts contexts) { timer = contexts.timer; runningTimers = timer.GetGroup( TimerMatcher.AllOf( TimerMatcher.Timer, TimerMatcher.TimerRunning ) ); }