public void UncommentSelectedLines()
 {
     LastUsedGherkinEditor?.UncommentSelectedLines();
 }
 public void CommentOutSelectedLines()
 {
     LastUsedGherkinEditor?.CommentOutSelectedLines();
 }