async fn generate_roster( store: &MockSuotarStore, generation: &str, course_code: &str, realisation_id: &str, count: u32, student_number_prefix: Option<&str>, ) -> Result<Value, CommandError>