public void RequestNewCaptcha(UpdateCaptchaEvent e, SingleNode <CaptchaComponent> captcha, [JoinAll] SingleNode <ClientSessionComponent> session)
 {
     base.ScheduleEvent <ShowCaptchaWaitAnimationEvent>(captcha);
     base.ScheduleEvent <CaptchaRequestEvent>(session);
 }
 public void ClearCaptchInput(UpdateCaptchaEvent e, Node captcha, [JoinByScreen] CaptchaInputFieldNode captchInput)
 {
     captchInput.inputField.Input = string.Empty;
 }