public string PrintPet(string clinicRoom, int roomNumber) { Clinic clinic = GetClinic(clinicRoom); return(clinic.GetPetInfo(roomNumber)); }