namespace MxGateway.Server.Security.Authentication; public interface IAuthStoreMigrator { Task MigrateAsync(CancellationToken cancellationToken); }