Add service to fetch mappers based on the FiltersService
We should create a mapstruct mapper base implementation as well as a service to serve those mappers based on the classes. We should be able to fetch by DTO or model class. This will help reduce clutter in classes with sometimes up to a dozen CDI injections for mappers in some implementations reduced down to one.