public bool AlreadyLiked(Post post, User user)
 {
     return(_IPostContext.AlreadyLiked(post, user));
 }