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