<PackageReference Include="System.Reactive" Version="6.0.0-preview.13" />

System.Reactive.PlatformServices.IPlatformEnlightenmentProvider

(Infrastructure) Interface for enlightenment providers.
namespace System.Reactive.PlatformServices { public interface IPlatformEnlightenmentProvider { T GetService<T>(params object[] args) where T : class; } }