namespace ApplicationLayer.Services.AuthServices.Common { public record AuthToken(string Token); }