private static void Main()
 {
    var googleSearch = new GoogleSearch();
     googleSearch.Start();
 }