public Task <Response <Category> > AddCategory([FromBody] AddCategoryRequest request)
 {
     return(_categoryApplicationService.AddCategory(request));
 }