namespace Website { public interface ISyndicatedFeedService { FeedItemCollection GetFeedItems(string feedUrl, int count); } }