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