# Functions
Establish sets the value in the given context.
FromContext returns the associated value with this context.
Retrieve gets the value in the given context.
ToContext adds the value to this context if it supports the Setter interface.
# Interfaces
Setter defines a context that enables setting values.