public static List <Answer> answers(this Question question) { return(ApiProxy.GetAnswersFor(question).toList()); }