public JsonResult GetJsonLocalizations(string version)
 {
     return(Json(_persister.GetJsonLocalizations(version)));
 }