<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.5.23280.8" />
StreamChangeCallback
Represents a method for hosts to call when a monitored stream has changed.
namespace System.Configuration.Internal
{
public delegate void StreamChangeCallback (string streamName);
}