public IEnumerable <D2pEntry> GetAllEntries() { return(Entries.Concat(Directories.SelectMany(x => x.Value.GetAllEntries()))); }