public async Task <dynamic> Test(string method = "get_balance") { return(await wallet.CallAsync <dynamic>(new RpcRequestPayload(method))); }