public void it_should_return_the_correct_number_of_descendants()
 {
     Descendants.Count().ShouldBe(6);
 }
 public void it_should_return_the_correct_number_of_descendants_including_the_waste_basket_page()
 {
     Descendants.Count().ShouldBe(11);
 }