public ServerResult AddCommentToConspect([FromBody] AddCommentToConspectArgs args)
 {
     return(_service.AddCommentToConspect(args));
 }