public void ContactsGetRecentlyUpdatedTest()
        {
            ContactCollection contacts = AuthInstance.ContactsGetListRecentlyUploaded(DateTime.Now.AddDays(-1));

            Assert.IsNotNull(contacts, "Contacts should not be null.");
        }