public void GetInvoiceTest()
        {
            var result = billingClient.GetInvoice("11806812");

            Assert.IsNotNull(result.Sale);
            Assert.IsNull(result.Refund);
        }