public string GetAnswerB(bool animate = false) { var solver = new PuzzleSolver(); return("" + solver.FindLongestPath("qljzarfv").Length); }