private static void PrintGotoState(StringBuilder sb, string indention, GotoState gotoState) { sb.AppendLine(indention + "[GotoState]"); sb.AppendLine(indention + Indention + "[Location: " + gotoState.Location + "]"); }