private void SetupGameStateModel() { _gameStateModel.OnRoundStart .Subscribe(_ => _view.StartRound()) .AddTo(Disposer); }