public async Task DeleteProduct(Guid uid) { await _productsClient.DeleteProductAsync(uid); ImageHelper.DeleteImages(uid); }