public Task <TransactionReceipt> SwitchDebugOffRequestAndWaitForReceiptAsync(SwitchDebugOffFunction switchDebugOffFunction, CancellationTokenSource cancellationToken = null)
 {
     return(ContractHandler.SendRequestAndWaitForReceiptAsync(switchDebugOffFunction, cancellationToken));
 }
 public Task <string> SwitchDebugOffRequestAsync(SwitchDebugOffFunction switchDebugOffFunction)
 {
     return(ContractHandler.SendRequestAsync(switchDebugOffFunction));
 }