static void Main(string[] args) { Server = BaseAPI.Get("qqk7ez"); if (Server.IsOnline()) { var AllData = Server.Data; } // With Timer Timer t = new Timer(TimerRes, null, 0, 5000); Console.ReadLine(); }