I added AuthorizeNet through nuget, used the sample C# code from the
documentation to test performing an authorization and the code won't
compile past the first line of code:using AuthorizeNet.Api.Controllers;
using AuthorizeNet.Api.Contracts.V1; usi...