public static StatsResultResponse GetSavedQuery(this IApplications operations, string adoxioSavedQueryid) { return(operations.GetSavedQueryAsync(adoxioSavedQueryid).GetAwaiter().GetResult()); }