private static AtomFeed ParseAtomFeed(string xml) { return(AtomFeed.Parse( xml, new XmlContentSerializer(new TestEventTypeResolver()))); }