/// <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>
 public static IList <TesterAppWithReleaseResponse> ListLatest(this IReleases operations)
 {
     return(operations.ListLatestAsync().GetAwaiter().GetResult());
 }