static void Main(string[] args) { var app = new HandyDandyApplication(); app.DisplayUsers(Console.Out); Console.Read(); }