using System; namespace DevHive.Services.Models.Post.Comment { public class CommentServiceModel : CreateCommentServiceModel { } }