public Task <AddProductResponse> AddProductAsync(Product product) { return(_productClient.AddProductAsync(AddProductRequest.CreateNew(product))); }