public void ClientList()
        {
            string clientlistresponse = "[" + clientresponse + "]";

            MockServer.AddGetRequest("/restcomm/2012-04-24/Accounts/" + akount.Properties.sid + "/Clients.json", clientlistresponse);
            List <Client> clientlist = akount.GetClientList();

            Assert.AreEqual(1, clientlist.Count);
        }