Property HasExplicitSubscription
HasExplicitSubscription
Whether this stream has been subscribed to explicitly. It's possible for both IsDefault and HasExplicitSubscription to be true at the same time - this happens when a default stream was subscribed explicitly.
public bool HasExplicitSubscription { get; set; }