namespace DigitalData.Auth.Abstractions; public interface IAuthSenderHandler { Task SendKeyAsync(string name, string key); }