public void TestPurchaseHistory()
        {
            var result = _repo.PurchaseHistory("B001");

            Assert.IsNotNull(result);
        }