public protocol CachedPeerData: Coding { var peerIds: Set { get } func isEqual(to: CachedPeerData) -> Bool }