public asymmetric_json_endpoints_with_conneg() { input = new AsymmetricJson{ Id = Guid.NewGuid() }; expectedJson = JsonUtil.ToJson(input); }
public AsymmetricJson post_send_asymmetric(AsymmetricJson message) { return message; }