Get an T dependency from the Injector.
T
@override T get<T>() { _validate(T); return _scope!.get<T>(); }