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