public Answer FindPath() { var inputMatrix = _inputReader.PrepareInputMatrix(); return(Solve(inputMatrix)); }