namespace Microsoft.AspNetCore.Connections.Features { + public interface IStreamClosedFeature { + void OnClosed(Action<object?> callback, object state); + } }