Injectable
I’ve often found it interesting that the Microsoft Dependency Injection package doesn’t offer a way to register all implementations of a type out the box. This tends to be standard with other DI providers to save on developer friction (having to add the implementation to your container every time you add a new implementation).