public TextualContextAreaViewModel( ITextualContextService textualContext, IPredictionTextAreaService predictionTextArea, ICommandTextualContextService commandTextualContextService )
 {
     _textualContext = textualContext;
     _predictionTextArea = predictionTextArea;
     _predictionTextArea.TextSent += OnPredictionAreaContentSent;
     _commandTextualContextService = commandTextualContextService;
 }
 public TextualContextAreaViewModel( IPredictionTextAreaService predictionTextArea, ICommandTextualContextService commandTextualContextService )
 {
     _predictionTextArea = predictionTextArea;
     _commandTextualContextService = commandTextualContextService;
 }