plugins2 = [
                        {name: 'mixin2', type: 'mixin', pointcut: '*.create*', fn: function (svc, names) {
                            svc.addedThisProperty = names;
                        }}
                    ],