master
run
async run() { try { const [departments, faculties] = await Promise.all([ this.api.getDepartment(), this.api.getFaculty(),