public CustomUserStore(CustomContext ctx)
     : base(ctx)
 {
 }
 public CustomRoleStore(CustomContext ctx)
     : base(ctx)
 {
 }