public void Load() { var jsonData = _dataStorage.Load("game"); if (jsonData != null) { _model.UpdateFromJson(jsonData); } }