using Govor.Domain.Common; namespace Govor.Application.Users.UserSessions; public interface IUserSessionReader { Task>> GetAllSessionsAsync(Guid userId); }