public void LoadJson(string id, bool switchover) { _storyModel = GetData <StoryModel>(); View.Reset(); _storyModel.LoadTelphoneById(id, vo => { View.SetData(vo, switchover); }); }