static Future<Map<String, dynamic>> runWizard(String title, List<WizardStep> steps) => WizardPrompt.runWizard(title, steps);