Prompt for a string.
Future<String> prompt([Object? message]) { //return menuManager.prompt(message); return menuPresenter.prompt(message); }