public ActionResult <ResultModel <string> > AddChannel(ChannelModel model) { return(_articleService.AddChannel(model)); }