Default implementation of a context object. The implementation /// maintains a mapping between context keys and context entry models. /// Requests for a context entry value are resolved through redirecting /// the request to an assigned model.
/// ///Creation of a new default context.
/// ///