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