namespace Microsoft.AspNetCore.Protocols.Features
{
public interface IConnectionIdFeature
string ConnectionId { get; set; }
}