public void AddProductInBlackList(ProductRequest request) { ValidateProductId(request.ProductId); productManager.AddProductInBlackList(request); }