public async Task <IActionResult> GetCategoryAsync()
 {
     return(new ObjectResult(await getCategoryQuery.ExecutedAsync()));
 }