public void ThenIValidateThatTheResponseBodyMatchJsonSchema(string schemaPath)
 {
     AssertUtils.AssertJsonSchema(response, schemaPath);
 }