public IEnumerable <string> GetAllTitles(string type) { lock (TitlesLock) { return(db.FindBy(specs.GetTypeSpec(type)).Select(item => item.Title)); } }