If all EventSourcingHandlers are in the same interface you have to implement them by the event-sourced aggregate and events will be de-serialized and delivered to the aggregate - even if the aggregate doesn't need it to restore the state for command handling.
If all EventSourcingHandlers are in the same interface you have to implement them by the event-sourced aggregate and events will be de-serialized and delivered to the aggregate - even if the aggregate doesn't need it to restore the state for command handling.