I want to add an ApplicationUser user in my integration test, so i need to use ‘UserManager.CreateAsync()’.
I already know how to get the ApplicationDbContext, from the ‘integration testing’ docs page.
My question is how do i get the UserManager service in the integration test or any other di registered service?