namespace administration.Services { public interface IUserSessionService { int? UserId { get; } string? UserName { get; } } }