public async Task TestShouldGetBills() { var bills = await _bitpay.GetBills(); Assert.IsTrue(bills.Count > 0, "No bills retrieved"); }