Refactor all DTO conversions
DTO conversions will now be done on the DTO itself again instead of in a Service. For this, a new component is added, replacing the DTOConverterService.
This component is called SpringContext and can be used to statically get the current thread's spring ApplicationContext.