RegisterProperties method
Implementation
@override
void RegisterProperties() {
super.RegisterProperties();
this.RegisterProperty(ItemSchema.Subject);
this.RegisterProperty(ItemSchema.Body);
this.RegisterProperty(ResponseObjectSchema.ReferenceItemId);
this.RegisterProperty(ResponseObjectSchema.BodyPrefix);
}