namespace Socialize.Infrastructure.Security; public class MissingClaimException( string claimName) : Exception($"Claim '{claimName}' is missing.");