public void Configure(IComponentsApplicationBuilder app) { app.AddComponent <App>("app"); app.AddModelManagers(new ModelManagerCofiguration()); }