private void AddBook_GivenNull_ShouldThrow()
 {
     Assert.Throws <Exception>(() => _bookService.AddOne(null));
 }