public BitcoinPubKeyAddress GetAddress() { return(_address ?? (_address = PrivateKey.PubKey.GetAddress(Network))); }