public async Task <IEnumerable <Post> > Get()
 {
     return(await _postAppService.GetAllAsync());
 }