Query = new Dictionary<string, object> ...
# pact-net
s
Query = new Dictionary<string, object> { { "actor",String.Format("Device/Device-{0},Device/Device-{1}",Device1,Device2) }, { "_format","json" }, { "_pretty","true" }, { "_lastUpdated",String.Format("ge{0}",LastUpdated) }, { "date","le2022-02-09" }, { "date","ge2022-02-09" }, }