DefaultQueryServices
using System.Runtime.CompilerServices;
namespace System.Reactive.Linq
{
    internal sealed class DefaultQueryServices : IQueryServices
    {
        [System.Runtime.CompilerServices.NullableContext(1)]
        public T Extend<[System.Runtime.CompilerServices.Nullable(2)] T>(T baseImpl)
        {
            return baseImpl;
        }
    }
}