- Replaced `Read()` with `Where()` and `ReadOnly()` with `Get()` in `IRepository<TEntity>` - Marked `Read()` and `ReadOnly()` as `[Obsolete]` with guidance for the new methods - Added non-generic `IRepository` interface with `Entity<TEntity>()` method