/// <summary> /// Initialize a new instance of the <see cref="AtomFeed"/> class. /// </summary> public AtomFeed(Uri ns) : base(ns) { _generator = new AtomGenerator(ns); }