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