private string GetPattern(EntryType entryType) { return(dictionary.GetDictionary().ContainsKey(entryType.Id) ? dictionary.GetDictionary()[entryType.Id] : Empty); }