public void Apply(BudgetDistributionKeyCreated evnt) { _keys.Add(evnt.Name); }
void When(BudgetDistributionKeyCreated evnt) { _budgets[evnt.BudgetId.ToString()].Apply(evnt); }