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