public void RetrieveCategory_ShouldReturnCategoryWithoutPosts() { var response = butterClient.RetrieveCategory("test-category"); Assert.IsNotNull(response); Assert.IsNull(response.RecentPosts); }