When I add migration then it says that I have more than one DbContext in my project and to choice one to use.
I was expecting it to add a new class called InitialCreate into my project without any errors. also update-database to test the application is running successfully.