protected void OnShopItemCreated(ShopItemCreatedEvent e) { this.Id = e.AggregateRootId; this.ItemId = e.ItemId; this.Description = e.Description; }