public bool TryGetPeer(int peerID, out IPeer peer) { return(peerGroup.TryGetPeer(peerID, out peer)); }