with Change Or Null
fun <Id : RaptorAggregateProjectionId, Projection : RaptorProjection<Id>, Change : RaptorAggregateChange<Id>> RaptorAggregateProjectionEvent<Id, Projection, *>.withChangeOrNull(changeClass: KClass<Change>): RaptorAggregateProjectionEvent<Id, Projection, Change>?