public async Task <ActionResult> ExsitsAsync(string name, string key)
 {
     return(Ok(await _dataDictionaryService.ExsitsAsync(name, key)));
 }