public Subscription(GameLogic gameLogic) { this.gameLogic = gameLogic; this.gameLogic.PauseEvent += PauseGame; }