public MarketFilter WithCountryCode(string countryCode) { CountryCodes ??= new HashSet <string>(); CountryCodes.Add(countryCode); return(this); }