Create an eager reference
static EagerRef<T> eager<T>({String? tag, ZenScope? scope}) { return EagerRef<T>(tag: tag, scope: scope); }