public void SetUp() { theFeed = new Feed <ItemSubject>(); theDefinition = theFeed.As <IFeedDefinition <ItemSubject> >(); theSyndicationFeed = new SyndicationFeed(); aSyndicationItem = new SyndicationItem(); theUrls = new ValidStubUrlRegistry(); }