pub async fn get_all(
    conn: &mut PgConnection,
    domain: RoleDomain
) -> ModelResult<Vec<PendingRole>>