public static function instance() : self { static $instance; $instance ??= new self(); return $instance; }