namespace VoidCat.Services.Abstractions; public interface ICaptchaVerifier { ValueTask Verify(string? token); }