public void Captcha() { CaptchaEvent?.Invoke(this, EventArgs.Empty); }
public void Captcha() => CaptchaEvent?.Invoke(this, string.Empty);