public GherkinStepCompletionSource(ITextBuffer textBuffer, IGherkinProcessorServices gherkinProcessorServices)
 {
     this.textBuffer = textBuffer;
     this.gherkinProcessorServices = gherkinProcessorServices;
 }
 public GherkinCompletionCommandFilter(IWpfTextView textView, ICompletionBroker broker, IGherkinProcessorServices gherkinProcessorServices) : base(textView, broker)
 {
     GherkinProcessorServices = gherkinProcessorServices;
 }