public async Task <ActionResult <bool> > AddPost(Post post) { return(await _postProvider.Add(post)); }