public void Start() { _observer.TimerElapsed(); }
public void Start() { _timerObserver?.TimerElapsed(); _timer.Start(); }