public void TestValidateBody()
 {
     Assert.IsTrue(_validator.ValidateBody(Body, BodyHash), "Request body validation failed");
 }