for shared employee in company.employees { if !employee.respected { throw CatastrophicHRFailure() } }