Create a lazy reference
static LazyRef<T> lazy<T>({String? tag, ZenScope? scope}) { return LazyRef<T>(tag: tag, scope: scope); }