/// <summary> /// Attempts to cancel pending exchange /// </summary> /// <param name="Address">The deposit address associated with the pending transaction.</param> /// <returns>Result of cancel operation.</returns> public static async Task <CancelResult> CancelExchangeAsync(string Address) => await CancelResult.CancelAsync(Address).ConfigureAwait(false);