private static void displayResults(TextMinerService tms, string apiKey, int articleId)
 {
     Console.WriteLine("Display categories and tags");
     TextMinerResponse dto = tms.Get(apiKey, articleId);
     Console.WriteLine(dto);
 }