Given:
I have Events without source or group.
When:
I map them and save the mapping
Then:
I get a validation error, as the `EventTypeDto` requires both to be not blank
Expected:
The mapping is accepted as event can have missing/empty group and source values.