namespace DigitalData.Auth.API.Services.Contracts; public interface INotifier { Task UpdateKeyAsync(string name, string value); }