public Task <TransactionReceipt> SwitchDebugOnRequestAndWaitForReceiptAsync(SwitchDebugOnFunction switchDebugOnFunction, CancellationTokenSource cancellationToken = null)
 {
     return(ContractHandler.SendRequestAndWaitForReceiptAsync(switchDebugOnFunction, cancellationToken));
 }
 public Task <string> SwitchDebugOnRequestAsync(SwitchDebugOnFunction switchDebugOnFunction)
 {
     return(ContractHandler.SendRequestAsync(switchDebugOnFunction));
 }