public void Remove(string key)
 {
     if (ContextItems.Contains(key))
     {
         ContextItems.Remove(key);
     }
 }