pub async fn get_exam_instructions_data(
    conn: &mut PgConnection,
    exam_id: Uuid
) -> ModelResult<ExamInstructions>