using System.Threading.Tasks; namespace FastGithub.Dns { /// /// Dns验证器 /// interface IDnsValidator { /// /// 验证 /// /// Task ValidateAsync(); } }