System.MissingMethodException: Method not found: 'Grpc.Core.CallInvoker Grpc.Core.Interceptors.ChannelExtensions.Intercept(Grpc.Core.Channel, Grpc.Core.Interceptors.Interceptor)'.
at Google.Ads.GoogleAds.Lib.GoogleAdsServiceClientFactory.GetService[TService,TServiceSetting](ServiceTemplate`2 serviceTemplate, GoogleAdsConfig config)
at Google.Ads.GoogleAds.Lib.GoogleAdsClient.GetService[TService,TServiceSetting](ServiceTemplate`2 serviceTemplate)CustomerServiceClient customerService = client.GetService(global::Google.Ads.GoogleAds.Services.V3.CustomerService); <PackageReference Include="Google.Ads.GoogleAds" Version="2.8.0" />
<PackageReference Include="Google.Apis.Auth.Mvc" Version="1.44.1" />
<PackageReference Include="Google.Apis.Oauth2.v2" Version="1.44.1.1869" />
<PackageReference Include="Google.Apis.ShoppingContent.v2_1" Version="1.44.1.1882" /> <TargetFrameworks>net472;netcoreapp2.2</TargetFrameworks> <dependentAssembly>
<assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.11.1.0" newVersion="3.11.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Grpc.Core" publicKeyToken="d754f35622e28bad" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Grpc.Core.Api" publicKeyToken="d754f35622e28bad" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Google.Apis.Auth" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.44.1.0" newVersion="1.44.1.0" />
</dependentAssembly>