public ProductFacade(string appKey, string appSecret, string version) { currentAppKey = appKey; currentAppSecret = appSecret; currentVersion = version; analyser = new AnalyseData(appKey, appSecret, version); }