public TextProcessingController(INamedEntityRecognitionService namedEntityRecognitionService)
 {
     _namedEntityRecognitionService = namedEntityRecognitionService;
 }
 public TextProcessingController()
 {
     _namedEntityRecognitionService = new NamedEntityRecognitionService();
 }