public void ContactsGetTaggingSuggestions() { var contacts = AuthInstance.ContactsGetTaggingSuggestions(); Assert.IsNotNull(contacts); }