in GameOfLife/ViewModel/TimerImpl.cs [52:59]
protected virtual void RaiseTick() { var handler = Tick; if (handler != null) { handler(); } }