get

abstract suspend fun get(userId: UserId, roomId: RoomId): RoomRoomUser?
abstract suspend fun get(roomId: RoomId): List<RoomRoomUser>