public static void LoadObjectCache() { var _cache_ = StorageManager.Load <ObjectService>(); if (_cache_ != null) { ObjectService.Set(_cache_); } }