public async static Task <IEnumerable <T> > AsEnumerable <T>(this IAsyncEnumerable <T> enumerable) { return(await enumerable.AsList()); }