static void Main(string[] args) { var bot = new GithubBot(); bot.Start(); Console.ReadLine(); bot.Stop(); }