public static function disabled(?ContextInterface $context = null) : bool { $context ??= Context::getCurrent(); return $context->get(self::contextKey()) === false; }