using System; namespace ln.identities { public class AuthenticationNeeded : Exception { public AuthenticationNeeded() { } } }