pub async fn get_course_and_exam_id( conn: &mut PgConnection, id: Uuid, ) -> ModelResult<CourseOrExamId>