public static TimeOffCollectionResponse ListTimeOffNextPage(this IMicrosoftGraphClient operations, string url)
 {
     return(operations.ListTimeOffNextPageAsync(url).GetAwaiter().GetResult());
 }