public void InvoiceTest() { var extprice= serviceProvider.CreateInvoice(2).ExtendedPrice); Assert.AreEqual(extprice, 24); }