using System.Xml.Linq; namespace Emby.Dlna.PlayTo { public class uParserObject { public XElement Element { get; set; } } }