public void Test_Get_Document_By_Id()
        {
            var blogPost = _indexProvider.GetDocumentById <BlogPost>("8");

            Assert.Equal("8", blogPost.Hit.Id);
        }