public void InsertSequencePoint(IFileSource file, int line, int position)
 {
     _inner.InsertSequencePoint(file, line, position);
 }