ExampleService
@BoundedContext(name = "example-service", alias = "example", description = "Wow Example Context", aggregates = [BoundedContext.Aggregate(packageScopes = [CreateOrder::class], name = "order"), BoundedContext.Aggregate(tenantId = "(0)", packageScopes = [AddCartItem::class], name = "cart") ] )