public async Task can_buy() { (response, body) = await server.PostJsonLd("/events/", @" { ""@type"":""schema:CreateAction"" } "); body["@id"].ShouldBe("http://localhost/events/"); body["@type"].ShouldBe("Event"); }