public void SwapPaymentAsync(ClientSwap swap)
 {
     SendAsync(Schemes.SwapPayment.SerializeWithMessageId(swap));
 }
 public void SwapInitiateAsync(ClientSwap swap)
 {
     SendAsync(Schemes.SwapInitiate.SerializeWithMessageId(swap));
 }