<PackageReference Include="Grpc.Net.Client" Version="2.76.0-pre1" />

System.Runtime.CompilerServices.CallerArgumentExpressionAttribute

namespace System.Runtime.CompilerServices { internal sealed class CallerArgumentExpressionAttribute : Attribute { public string ParameterName { get; } public CallerArgumentExpressionAttribute(string parameterName); } }