pub async fn get_all_by_peer_or_self_review_config_id_as_map(
    conn: &mut PgConnection,
    peer_or_self_review_config_id: Uuid
) -> ModelResult<HashMap<Uuid, PeerOrSelfReviewQuestion>>