namespace RealCV.Application.Interfaces; public interface IUserContextService { Task GetCurrentUserIdAsync(); }