Description
The ComponentProperties that need to save the properties at the end of the Wizard use the Service reference to do so by calling
compService.storeProperties().
I suggest the afterFormFinishXXXXX method accept a parameter that would be the Repository instance to that the service is not propagated and referenced in Components to avoid such high coupling.