module->getService(EmployeeDataProvider::class); $response = $this->handleDataSync($employeeDataProvider); $this->exitWithResponse($response); } }