static void printDivider({String? title, int width = 60}) => DisplayPrompt.printDivider(title: title, width: width);