public async Task TestClearStateAsync() { var lrsRes = await _lrs.ClearStateAsync(Support.Activity, Support.Agent); Assert.IsTrue(lrsRes.Success); }