public void TestCase()
        {
            Collection posts = client.Collection("posts");

            posts.Create(new {
                title = "Something"
            });
        }