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