public int GetPostCount()
        {
            int PostCount = _IPostContext.GetPostCount();

            return(PostCount);
        }