public bool Remove(object key) { object item = Get(key); container.Remove(item); return(Decoratee.Remove(key)); }