pub async fn init_state_with_objects<I: IntoIterator<Item = Object>>(
    objects: I
) -> Arc<AuthorityState>