public function hasRoom(Appointment $appointment, Vacancy $vacancy)
 {
     return $vacancy->hasRoom();
 }