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