public void Execute(CommandLineApplication app, IHostService hostService) { Console.WriteLine("Show Command!"); hostService.ReadHostEntries(); }