namespace RealCV.Application.Interfaces;
public interface IUserContextService
{
Task<Guid?> GetCurrentUserIdAsync();
}