public ActionResult getPostWithEdit(Guid id) { var result = _postLogic.GetPostWithEditAsync(id); return(Ok(result)); }