8a8b9ec564
AddOtOpcUaDriverFactories (the driver-node bootstrap) must bind the real DriverCapabilityInvokerFactory — not the NullDriverCapabilityInvokerFactory pass-through — and it must mint a real CapabilityInvoker per instance. This is the deterministic DI half of the #10 live gate: a refactor dropping back to the pass-through would make the whole retry/breaker/bulkhead pipeline inert in production while every pass-through-defaulting unit test stays green. 3 tests (real factory bound, real invoker minted, shared singletons), non-fixtured. Host.IntegrationTests.