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