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