public NoHandlerFoundException(string message, RegistrationContext context) : base(message) { Context = context; }
public NoHandlerFoundException(RegistrationContext context) : base("No registration handler found for this context") { Context = context; }