public async Task <ActionResult <bool> > RemoveCategory(int categoryId) { return(await _categoryProvider.RemoveCategory(categoryId)); }