namespace Mango.Nop.Services;
public interface IMgSessionItem
{
string SessionId { get; }
string? SignaRConnectionId { get; set; }
int RequestCount { get; set; }
}