public static OpenShiftCollectionResponse ListOpenShiftsNextPage(this IMicrosoftGraphClient operations, string url)
 {
     return(operations.ListOpenShiftsNextPageAsync(url).GetAwaiter().GetResult());
 }