public void GetAllPost_ItshouldRetunrnPost_Success()
        {
            var userId = 13600;

            var mm = _socialService.GetPostsAsync(new GetPostsViewModel()).Result;

            Assert.IsNotNull(mm.Posts);
        }