/// <summary>
 /// Releases the purpose held in the item represented by this button.
 /// </summary>
 private void ReleasePurpose()
 {
     hodlerContract.Release(userWalletManager, new HexBigInteger(item.UnlockableGasLimit.Value), StandardGasPrice.FunctionalGasPrice, item.Id, lockedPurpose);
 }