namespace GamificationService.Models; public class UserSession { public string? Login { get; set; } public bool IsAuthenticated { get; set; } }