public static Task <KeepAliveSession> TryCreateCodeAnalysisKeepAliveSessionAsync(
     this RemoteHostClient client, object callbackTarget, CancellationToken cancellationToken)
 => client.TryCreateKeepAliveSessionAsync(WellKnownServiceHubServices.CodeAnalysisService, callbackTarget, cancellationToken);