pub async fn open_network(
    command_rx: Receiver<NetworkCommand>,
    event_tx: Sender<NetworkEvent>
)