public async Task <IActionResult> DeleteCategory(Guid categoryId) { await _menuAppService.DeleteCategoryAsync(categoryId); return(Ok()); }