<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

Action<T1, T2, T3>

public sealed delegate Action<T1, T2, T3> : MulticastDelegate
namespace Newtonsoft.Json.Serialization { public delegate void Action<T1, T2, T3> (T1 arg1, T2 arg2, T3 arg3); }