private void OverwriteFile(DTE vs, string fullPath, string content)
 {
     VsHelper.EnsureWriteable(vs, fullPath);
 }