public static void CreateLanguageDetector(string pathToJson)
 {
     LanguageDetector.TransformJsonDataInModelData(pathToJson);
 }