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