public static function enable(?ContextInterface $context = null) : ContextInterface { $context ??= Context::getCurrent(); return $context->with(self::contextKey(), true); }