public async Task GetTradingCommission() { var res1 = await apiClient.GetTradingCommission(ProductCode.BtcJpy); Assert.NotNull(res1); }