public void Bootstrap(Type type) { IBootstrap bootstrap = (IBootstrap)Activator.CreateInstance(type); bootstrap?.SetupBindings(this); }