<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />

Grpc.Shared.ObjectDisposedThrowHelper

namespace Grpc.Shared { internal static class ObjectDisposedThrowHelper { public static void ThrowIf(bool condition, object instance); public static void ThrowIf(bool condition, Type type); } }