async Task Save(string file, VersionInfoDto obj) {
     await _cacheManager.SetObject(file, obj.ToJson());
 }