public void Apply(CurrencyCreatedEvent evt)
 {
     Symbol = evt.Symbol;
     IsCreated = true;
 }