public CustomUserStore(CustomDbContext ctx) : base(ctx) { }
public CustomRoleStore(CustomDbContext context) : base(context) { }