private static void InvokeMethodOn(AggregateState state, IEvent evnt)
 {
     state.Invoke(evnt);
 }