<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.0" />

System.ServiceModel.Channels.ISessionChannel<TSession>

public interface ISessionChannel<TSession> where TSession : ISession
namespace System.ServiceModel.Channels { public interface ISessionChannel<TSession> where TSession : ISession { TSession Session { get; } } }