static void Main(string[] args)
		{
			/*
			ShopCountTest test = new ShopCountTest();
			test.Init();
			test.getCount();
			test.getAllCounts();
			*/

            ShopConfig6Test test = new ShopConfig6Test();
            test.Init();
            test.shopInStoreDatabase();
            
            Console.WriteLine("Please start: nunit-gui.exe EpagesProviderWebServices.exe /run");
		}
        static void Main(string[] args)
        {
            /*
             * ShopCountTest test = new ShopCountTest();
             * test.Init();
             * test.getCount();
             * test.getAllCounts();
             */

            ShopConfig6Test test = new ShopConfig6Test();

            test.Init();
            test.shopInStoreDatabase();

            Console.WriteLine("Please start: nunit-gui.exe EpagesProviderWebServices.exe /run");
        }