public GherkinStepCompletionSource(ITextBuffer textBuffer, ISpecFlowServices specFlowServices, GherkinLanguageService languageService)
 {
     this.textBuffer       = textBuffer;
     this.specFlowServices = specFlowServices;
     this.languageService  = languageService;
 }
 public GherkinStepCompletionSource(ITextBuffer textBuffer, ISpecFlowServices specFlowServices, GherkinLanguageService languageService)
 {
     this.textBuffer = textBuffer;
     this.specFlowServices = specFlowServices;
     this.languageService = languageService;
 }