Looking for this: ```python with Scylla(...) as scylla: <the transactions> ``` `__aenter__` should do `startup` and `__aexist__` should do `shutdown`. If this is OK, I'd like to implement this.