@override String select(String message, {required List<String> options}) => mason.chooseOne(message, choices: options);