static Future<String> askEmail(String question, {String? defaultValue}) => InputPrompt.askEmail(question, defaultValue: defaultValue);