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