pub async fn get_required_course_instance_ids(
    conn: &mut PgConnection,
    certificate_configuration_id: Uuid
) -> ModelResult<Vec<Uuid>>