public void ThenTheListOfFoundBooksShouldContainOnly(string expectedTitleList)
 {
     _searchDriver.ShowBooks(expectedTitleList);
 }