static void printErrorBox(String message, {String? hint}) => DisplayPrompt.printErrorBox(message, hint: hint);