public static void Main(string[] args)
 {
     AbstractFactoryExample.Introduce();
     BuilderExample.Introduce();
     ChainOfResponsibilityExample.Introduce();
     StateExample.Introduce();
     VisitorExample.Introduce();
 }