There is very little documentation about using the new Asp.net Identity Security Framework.
I have pieced together what I could to try and create a new Role and add
Verify you have following signature of your MyContext class
MyContext
public class MyContext : IdentityDbContext
Or
The code is working for me, without any modification!!!