@override Future<Result<Room>> getRoomInfo(String code) async { return await _roomRepository.getInfoRoom(code); }