void Handle(AnotherSimpleEvent simpleEvent)
 {
     EventApplied = true;
     Value = simpleEvent.Id.ToString();
 }
Example #2
0
 public void Process(AnotherSimpleEvent @event)
 {
 }