private bool RefreshBeautyPopUpCache()
 {
     using (var client = new GroupBuyingClient())
     {
         var result = client.RefreshBeautyPopUpWindowsConfigs();
         result.ThrowIfException(true);
         return(result.Success);
     }
 }