public void SelectLine(VisualStudio.Text.Formatting.ITextViewLine viewLine, bool extendSelection)
 {
     throw new NotImplementedException();
 }
 public void MoveCaret(VisualStudio.Text.Formatting.ITextViewLine textLine, double horizontalOffset, bool extendSelection)
 {
     throw new NotImplementedException();
 }