public bool IsFromRestrictedLocation() { UserLocation userLocation = this._regionScanner.GetUserLocation(); return(RestrictedLocationChecker.RestrictedCountries.ContainsIgnoringCase(userLocation.get_CountryCode())); }