public ArticleCategoryAppServiceTests()
 {
     _articleCategoryAppService = GetRequiredService <IArticleCategoryAppService>();
 }
 public ArticleCategoryController(IArticleCategoryAppService articleCategoryAppService)
 {
     _articleCategoryAppService = articleCategoryAppService;
 }