public void GetIndexOfKnownBookInLibraryTest()
 {
     testManager.AddBook(book);
     Assert.IsTrue(testManager.GetBookIndex(book) == 0);
 }