public IDictionary <string, string> GetEntityNames() { const string key = "MetaDataHelper.GetEntityNames"; var cachedEntityNames = GetFromMemCache <IDictionary <string, string> >(key); return(cachedEntityNames ?? AddToMemCache(key, MetadataHelpers.GetEntityNames(service, CrmService.OrgId))); }