facultyEmail = groupedByMatcherType.department.find(
    ({ match }) => module.department === match.department && division === match.level,
  );