Future<void> restart({required String serviceId}) async { await room.sendRequest("services.restart", {"service_id": serviceId}); }