factory CommentDelete.fromJson(Map<String, dynamic> json) { return CommentDelete(json['id'], json['commentId']); }