using System; using System.Collections.Generic; using Aggregator.Classes; namespace Aggregator.Parser { public static class Parser { public static IEnumerable
Parse(string xml); public static IEnumerable> ParseMultiple(string xmls); } }