public int RemoveDeadItems()
 {
     return(_wrapped.RemoveWhere(input => !input.Value.IsAlive));
 }