factory CreateAppResult.fromJson(Map<String, dynamic> json) { return CreateAppResult( appId: json['AppId'] as String?, ); }