namespace CodeLiturgy.Data.Auth.Context.Users; internal interface ITokenFactory { string GenerateToken(int size= 32); }