private static Task <Solution?> GetProjectFixesAsync(
     FixAllContext fixAllContext,
     FixAllContexts fixAllContextsAsync
     ) =>
 fixAllContextsAsync(
     fixAllContext,
     ImmutableArray.Create(fixAllContext.WithDocument(null))
     );