namespace SurveyBackend.Core.Contexts; public interface IUserContext { int UserId { get; } }