public void Start() { EvaluateOpenHours(); // No need to call the base class to output state, EvaluateOpenHours already did that via IsOpen this.timer.Change(0, 1000); }