public StartupHandlerInfo(Type type, ApplicationStartupAttribute attribute)
 {
     Type      = type;
     Attribute = attribute;
 }
 public StartupHandlerInfo(Type type, ApplicationStartupAttribute attribute)
 {
     Type = type;
     Attribute = attribute;
 }