Future<List<String>> listInstances() async { final instances = await _call<List<dynamic>>(ConnectAction.listInstances); return instances.cast(); }