Future<void> create(String path, [Map<String, dynamic>? json]) async { await room.sendRequest("room.create", {"path": path, "json": json}); }