pub async fn network_start(
    node_config: NodeConfig,
    signal_url: &str
) -> Result<Broker<NetworkMessage>, NetworkSetupError>