public void ThenIShouldSeeResultsForIncludingAnd(string title, string author, string price) { _searchResults.firstResultTitle().Should().Be(title); _searchResults.firstResultAuthor().Should().Be(author); _searchResults.firstResultPrice().Should().Be(price); }