static void Main(string[] args) { Runner runner = new Runner(); runner.Run(); }
static void Main(string[] args) { Runner.Run(); }