Future<void> stop({required String containerId}) async { await room.sendRequest("containers.stop_container", {"id": containerId}); }