```C# public interface IConnectionLifetimeFeature { CancellationToken ConnectionClosed { get; } void Abort(); } ``` These should also be exposed on `ConnectionContext` Related to: #1980
These should also be exposed on
ConnectionContextRelated to: #1980