public void GivenIHaveAddedARawJSONPropertyToAnObject() {
     _objectWithARawJsonProperty = new ObjectWithARawJsonProperty {
         RawJson = Resources.RawJSON
     };
 }