public void should_be_true_when_there_are_items()
 {
     string[] items = new[] {"test", "string"};
     items.HasItems().ShouldBeTrue();
 }