namespace DevHive.Web.Models.Post.Comment { public class UpdateCommentWebModel { public string NewMessage { get; set; } } }