export abstract class CaptchaProtectedRequest { captchaResponse: string = null; }