Alias for find. Gets a dependency from the scope.
This is a convenience alias that provides consistent verb naming across the Zenify API (get/put/remove/has).
T? get<T>({String? tag}) => find<T>(tag: tag);