namespace WireMock.Net.ConsoleApplication { static class Program { static void Main(params string[] args) { MainApp.Run(); } } }