public void GetPublisherAndPriceTest()
        {
            string expected = "Title: Book Author: Author Publisher: KMC Press Price: 100";

            Assert.AreEqual(expected, book.GetPublisherAndPrice());
        }