public string GetUserByPostID(string postId)
 {
     return(_graphDB.getUserByPostId(postId));
 }