public bool Answer(Question q) { var answer = Secret.AnswerQuestion(q); if (answer == null) { return(false); } return((bool)answer); }