/// <summary>
 /// Gets the members of a group.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextLink'>
 /// Next link for the list operation.
 /// </param>
 public static IPage <AADObject> GetGroupMembersNext(this IGroupsOperations operations, string nextLink)
 {
     return(operations.GetGroupMembersNextAsync(nextLink).GetAwaiter().GetResult());
 }