pub async fn get_enrollment(
    conn: &mut PgConnection,
    exam_id: Uuid,
    user_id: Uuid
) -> ModelResult<Option<ExamEnrollment>>