public void LoadModelFromJson(string json) { Model = ParserService.Objectify <MetadataModel>(json); }