public async Task EditProduct(AddEditProduct product) { await _productsClient.EditAsync(product); ImageHelper.SaveImagesFromProduct(product); }