private async Task CompileAsync()
 {
     var diagnostics = await _compiler.CompileAsync(_inputFilePath, _options);
 }