namespace BaronSoftware.SSO { public class UserJsonParsingException : Exception { public string Raw { get; init; } } }