static void Main(string[] args) { var scenario = new MyScenario(Framework.Current); scenario.Run(); }