private void SaveMessage(string body) { Services.ContentFormsService service = new ContentFormsService(); Form.Data = new ContactFormData() { ContactFormId = Form.ContactFormUId, Data = body }; service.SaveContactForm(Form); }