using Microsoft.AspNetCore.Http;
namespace JSMachine.WMS.Business.SSE
{
public class ClientConnection
public HttpResponse Response { get; set; }
public string ClientId { get; set; }
}