private void Read(BinaryReader annotation) { _topology = new ClusterTopology(_room, annotation); _topology.onLinkRemove += __linkRemove; _topology.onLinkableDeleted += __onLinkableDeleted; _topology.onUnclusterBadge += __unclusterBadge; _doc = new ServerVdDoc(annotation); }