public interface AnswerFinder {
    String findAnswer(String question);
}