def parents(self, with_indirect=False):
        normalized = self._normalize_name(self._all_services, self._name)
        if bool(with_indirect):
            ret = self._parents_recursion(normalized)
        else: