public static ShiftCollectionResponse ListShiftsNextPage(this IMicrosoftGraphClient operations, string url)
 {
     return(operations.ListShiftsNextPageAsync(url).GetAwaiter().GetResult());
 }