/// <summary> /// Return a list of applications that the user has tester permission to with /// the latest release for each. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <IList <TesterAppWithReleaseResponse> > ListLatestAsync(this IReleases operations, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListLatestWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }