public IEnumerable <Document> Get(string fileName) { var ids = _documentIdsByName.GetValues(fileName); return(_documents.GetManyValues(ids).Select(x => x.ToDocument())); }