public uint GetFeeRatePerKw(int confirmationTarget)
 {
     return((uint)_client.EstimateSmartFee(confirmationTarget).FeeRate.FeePerK.Satoshi);
 }