/// <summary>
 /// Gets the members of a group.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='objectId'>
 /// The object ID of the group whose members should be retrieved.
 /// </param>
 public static IPage <AADObject> GetGroupMembers(this IGroupsOperations operations, string objectId)
 {
     return(operations.GetGroupMembersAsync(objectId).GetAwaiter().GetResult());
 }