for i := range cus {
            cu := cus[i]
            var props map[string]interface{}
            if err := json.Unmarshal(cu.Properties.JSON, &props); err != nil {
                return nil, nil, errors.Wrapf(err, "json.Unmarshal CU properties %d", cu.ID)