public void Yahoo_GeoPlanet_GeoPlanetContainer_BelongTos_ShouldReturnResults_ForWoeId2380358()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var places = geoPlanetClient.BelongTos(23424833, RequestView.Long);

                places.ShouldNotBeNull();
            }
        }
        public void Yahoo_GeoPlanet_GeoPlanetContainer_BelongTos_ShouldReturnNull_When404ExceptionIsThrown()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var places = geoPlanetClient.BelongTos(1);

                places.ShouldBeNull();
            }
        }
        public void Yahoo_GeoPlanet_GeoPlanetContainer_BelongTos_ShouldReturnNull_When404ExceptionIsThrown()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var places = geoPlanetClient.BelongTos(1);

                places.ShouldBeNull();
            }
        }
        public void Yahoo_GeoPlanet_GeoPlanetContainer_BelongTos_ShouldReturnResults_ForWoeId2380358()
        {
            using (var geoPlanetClient = new GeoPlanetContainer(AppId))
            {
                var places = geoPlanetClient.BelongTos(23424833, RequestView.Long);

                places.ShouldNotBeNull();
            }
        }