private void OutputLyricSentence(Sentence sentence) { Debug.Assert(output != null); output.Output(sentence.Content); }