public static IdentityBuilder AddAllorsStores(this IdentityBuilder builder)
 => builder
 .AddAllorsUserStore()
 .AddAllorsRoleStore();