<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview9.19416.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);
}