using System; namespace DevHive.Services.Models.Comment { public class UpdateCommentServiceModel : CommentServiceModel { public Guid Id { get; set; } } }