public async Task AddProductToCategory(Guid productUid, Guid categoryUid) { await _productsClient.AddToCategoryAsync(productUid, categoryUid); }