namespace DysonNetwork.Pass.Features.Auth; public class CaptchaVerificationResponse { public bool Success { get; set; } }