@override bool matchesPublicKey(PublicKey publicKey) { final derivedId = PeerId.fromPublicKey(publicKey); return this == derivedId; }