static void Main(string[] args) { DesignPattern dp = new DesignPattern(); // dp.PlaySingleton(); // dp.ExampleTemplateMethod(); dp.ExampleFacade(); }