@internal
public static function key() : ContextKeyInterface { static $key; return $key ??= Context::createKey(self::class); }