private void AskQuestionWaitAnswer() { IQuestion question = this.CurrentQuestion; question.Ask(); this._processedQuestions.Add(this.CurrentQuestion); }