public override ProductInfo[] FindProduct(QuoteAlternativeContextInfo context, string currencyCode, string userinput, string priceListKey) { ReadInData(); var res = ProductProvider.FindProduct(context, currencyCode, userinput, priceListKey); return(res); }