private void CreateNewGame() { decimal deposit = _playerInputRequester.RequestPlayerDeposit(); _gameController.CreateNewGame(deposit); }