You only pass two parameters when ‘set’ - then you pass the name of the context variable and the second parameter is the data (actual value, a variable, object, etc).
The ‘get’ only needs the name of the context variable.
If you have two different types of storage for the context, then you may need to specify the name of in addition.