public static void Add(string key, object value)
 {
     store.Add(key, value);
 }