private static void InitApplication() { Authorize auth = new Authorize(); auth.AuthenticateUser(); TweetService.ClearLists(); tweetTimer = new Timer(TimerCallback, null, 0, 60000); Console.ReadLine(); }