public void Yahoo_GeoPlanet_GeoPlanetContainer_States_ShouldReturnNull_ForWoeId2514815()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var counties = geoPlanetClient.Counties(2514815);

                counties.ShouldBeNull();
            }
        }
        public void Yahoo_GeoPlanet_GeoPlanetContainer_Counties_ShouldReturn88Results_ForWoeId2347594()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var counties = geoPlanetClient.Counties(2347594);

                counties.ShouldNotBeNull();
                counties.Items.ShouldNotBeNull();
                counties.Items.Count.ShouldEqual(88);
            }
        }
        public void Yahoo_GeoPlanet_GeoPlanetContainer_States_ShouldReturnNull_ForWoeId2514815()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var counties = geoPlanetClient.Counties(2514815);

                counties.ShouldBeNull();
            }
        }
        public void Yahoo_GeoPlanet_GeoPlanetContainer_Counties_ShouldReturn88Results_ForWoeId2347594()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var counties = geoPlanetClient.Counties(2347594);

                counties.ShouldNotBeNull();
                counties.Items.ShouldNotBeNull();
                counties.Items.Count.ShouldEqual(88);
            }
        }