private void HandleFight() { var fightOutcome = _currentWorld.Fight(_character); _outputHandler.Fight(fightOutcome); }