namespace Application.Cli { class Program { static void Main(string[] args) { new AppCliMain().Run(args); } } }