* feat: enhance Kubernetes client with watch functionality
* refactor: simplify watch event handling in Kubernetes client example
* refactor: update Kubernetes watch functionality to use new event handling methods and add async enumerable support
* fix
* fix
* fix: correct usage of Pod list items in client example and update Obsolete attribute formatting
* fix: update client example to use correct Pod list method and improve Obsolete attribute formatting
* refactor: enhance type resolution for list items in TypeHelper by adding TryGetItemTypeFromSchema method
* feat: mark Watch methods as obsolete to prepare for future deprecation
* fix
* refactor: update WatcherExt class to internal and remove obsolete attributes; improve example method signature in Program.cs
* refactor: change WatcherExt class from internal to public and mark methods as obsolete for future deprecation