public async Task <ActionResult <bool> > AddPostCategory(int postId, string tag) { return(await _categoryProvider.AddPostCategory(postId, tag)); }