Future<DoomRoom> doomRoomInfo(int id) async { final json = await repository.doomRoom(id); return DoomRoom.fromJson(json); }