What is the expected behavior?
See docu Baggage
What is the actual behavior?
Baggage::Set is currently behaving like a const function returning a new object, not modifying the old one.
As Delete() also creates a new object it would be best to just adapt the docs, right?