fn dial_to_bootstrap_peers_if_needed(
    swarm: &mut Swarm<ForestBehaviour>,
    bootstrap_peers: &HashMap<PeerId, Multiaddr>,
)