public int RemoveDeadItems()
 {
     return(_wrapped.RemoveWhereKey(key => !key.IsAlive));
 }