factory ConnectInstancePayload.fromJson(Map<String, dynamic> json) { return ConnectInstancePayload(json['instance'] as String); }