Adds a key-value pair to the context using indexed access notation.
Example:
context { this[ContextKeys.USER_ID] = "user-123"}
The parameter key
The value to associate with the key