/// <summary> /// Gets the sync token from the API. /// </summary> /// <returns>The sync token.</returns> public string GetSyncToken() { return(api.GetSyncToken()); }