public bool ContainsKey(object key)
 {
     return(_container.GetStrategy(key.ToString()) != null);
 }