Any specific reason why `run()` returns invisibly? I personally think the below should automatically call show/print (i.e. not return invisibly). ``` simmer() %>% add_resource("server") %>% add_generator("test", t0, at(0)) %>% run() ```