public bool TryGetValue(TKey key, out TItem item)
 {
     return(KeyedList.TryGetValue(key, out item));
 }