void AddSmartCartItemEventHandler(SmartCartItem item)
 {
     uiContext.Send(x => SmartCartItems.Add(item), null);
 }