String select( String? message, { required List<String> options, }) => actor.select( message ?? 'Select an option:', options: options, );