public static void PrintResult(string result) { DeleteLine(23); ConsoleUtils.ConsoleWriteNoCursor(2, 23, new StringBuilder(result)); }