The method RenderChoiceAction(Choice choice) in ConsoleAdventureRenderer class should loop over Choice WhenChosen property instead of the Text property (also because Text is a simple string, not an array of strings).
This way, the text displayed is the one specified (see the end of "Linking our objects together" paragraph).
The method RenderChoiceAction(Choice choice) in ConsoleAdventureRenderer class should loop over Choice WhenChosen property instead of the Text property (also because Text is a simple string, not an array of strings).
This way, the text displayed is the one specified (see the end of "Linking our objects together" paragraph).