public void IsValidPublicKey() { ECKey key = ECKey.FromPublicKey(this.publickey); this.publickey.SequenceEqual(key.PublicKey).Should().BeTrue(); }