public CustomRoleStore(BookStoreDbContext context) : base(context) { }
public CustomUserStore(BookStoreDbContext context) : base(context) { }