I\'m having an issue seeding my database with users and roles.
The User and the Role are both created (I can see them in the database after the error is thrown).
Simplest thing in life;
bool isAdmin= User.IsInRole("admin")