public bool Comment(AddCommentRequest request) { ValidateComment(request); return(_dbService.AddComment(request)); }