- Renamed `Read()` to `Where()` and `ReadOnly()` to `Get()` for clarity. - Marked old `Read()` and `ReadOnly()` methods as `[Obsolete]` with guidance to use the new methods. - Updated XML region to separate obsolete methods for better maintainability.