private void Apply(FakeAggregateUpdated evt)
 {
     Text = evt.Text;
 }
 private void Apply(FakeAggregateUpdated evt)
 {
     Text = evt.Text;
 }