private void RaiseCompleted(IWordCompletionSession wordCompletionSession)
        {
            var args = new WordCompletionSessionEventArgs(wordCompletionSession);

            _createdEvent(this, args);
        }
 private void RaiseCompleted(IWordCompletionSession wordCompletionSession)
 {
     var args = new WordCompletionSessionEventArgs(wordCompletionSession);
     _createdEvent(this, args);
 }