Gets the Injector.
Injector getInjector({String? name}) { return InjectorRegistry.instance.get(name: name); }