static void Main() { var startup = new MyStartup(); startup.Execute(); Console.WriteLine("Bye"); }
static void Main(string[] args) { var startup = new MyStartup(); startup.Execute(); }