package testapp.services; import testapp.interfaces.*; service DecoratorService { provides Decorator; }