<PackageReference Include="System.Reactive" Version="4.1.0-preview.84" />

IQueryServices

interface IQueryServices
namespace System.Reactive.Linq { internal interface IQueryServices { T Extend<T>(T baseImpl); } }