public void Add(object key, object value) { bag.ContextEntries[key.ToString()] = value; context.Add(key, value); }