public static IAsyncOperation <ExpungeInfo> FetchExpungeInfoAsync(this Gallery gallery) => ExpungeInfo.FetchAsync(gallery);
public static Task <ExpungeInfo> FetchExpungeInfoAsync(this Gallery gallery, CancellationToken token = default) => ExpungeInfo.FetchAsync(gallery, token);