public ArCaptcha(ArCaptchaSetting option) { _option = option ?? new ArCaptchaSetting(); }
public ArCaptcha() { _option = new ArCaptchaSetting(); }