public async Task <ActionResult <Post> > GetPostBySlug(string slug) { return(await _postProvider.GetPostBySlug(slug)); }