public IActionResult Supported_Language()
        {
            Yandex yandex = new Yandex();
            var    result = yandex.SupportedLanguage();

            return(new JsonResult(result));
        }