public void Run(object sender, EventArgs e)
            {
                var context = document.ParsedDocument.CreateRefactoringContext(document, CancellationToken.None);

                RefactoringService.ApplyFix(act, context);
            }