Opening the book…
A component that subscribes to a service event and skips IDisposable leaks itself on every navigation. Server-side, that is a per-circuit memory leak that compounds with every user.
Any += in a component demands @implements IDisposable and a matching -= in Dispose. Code-review for the pair, not just the subscription.