public void Publish(Guid id)
 {
     _articleDomainService.Public(id);
 }