public virtual void Handle(PeerConnectedNotification notification) { }
public void Handle(PeerConnectedNotification notification) { Total.Add(notification.Peer); }
public override void Handle(PeerConnectedNotification notification) { peers.Handle(notification); }