factory ActionCallResult.fromJson(Map<String, dynamic> json) => ActionCallResult( callId: (json['CallId'] as String?) ?? '', resultJson: (json['ResultJson'] as String?) ?? '', );