public DisplayCatalogHandler(DCatEndpoint SelectedEndpoint, Locale Locale) { //Adds needed headers for MS related requests. See MS_httpClient.cs this._httpClient = new MSHttpClient(); this.SelectedEndpoint = SelectedEndpoint; this.SelectedLocale = Locale; }