static void Main(string[] args)
        {
            //run GSMTest class
            GSMTest.StartGSMTest();

            //run GSMCallHIstoryTest class
            GSMCallHistoryTest.StartGSMCallHistoryTest();
        }