public function parseChoice(ChoiceNode $choiceNode)
 {
     $tag = $this->parse($choiceNode->getTag());
     return $this->parse($choiceNode->getChoices()[$tag]);
 }