public async Task DeleteSubCategoryAsync(EntityDto input) { await _categoryManager.DeleteSubCategoryAsync(input.Id); }