/// <summary>
 /// Get all users for a lab.
 /// </summary>
 /// <remarks>
 /// Returns a list of all users for a lab.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <User> ListByLabNext(this IUsersOperations operations, string nextPageLink)
 {
     return(operations.ListByLabNextAsync(nextPageLink).GetAwaiter().GetResult());
 }