public void Apply(CurrencySetNotDealableEvent evt)
 {
     IsDealable = false;
 }