public ProductDisplayService(IProductSourceAdapter productSourceAdapter) { _productSourceAdapter = productSourceAdapter; }