I guess, this is the right way to do this: ```julia function __init__() global DEFAULT_VERBOSITY = Ref{Int}(1) end ``` plus method to set/inspect?