public void SetUp()
        {
#if SILVERLIGHT
            this.Client = new GlocalSearchClient();
#else
            this.Client = new GlocalSearchClient(@"http://code.google.com/p/google-api-for-dotnet/");
#endif
        }
        public void SetUp()
        {
#if SILVERLIGHT
            this.Client = new GlocalSearchClient();
#else
            this.Client = new GlocalSearchClient(@"http://code.google.com/p/google-api-for-dotnet/");
#endif
        }