private static FilePath GetTempFilePath(ITextEditor editor)
 {
     return(new FilePath(editor.GetHashCode().ToString()));
 }