public void Recieve(NodeId <int> sender, Message <string> message) { if (_networkComponent != null) { _networkComponent.Receive(message, sender); } }