namespace SpaceGame.Api.Auth.Simulation; public interface IPasswordResetDelivery { Task DeliverAsync(UserAccount user, string resetToken, CancellationToken cancellationToken); }