factory LoggingConfiguration.fromJson(Map<String, dynamic> json) { return LoggingConfiguration( enableSIPLogs: json['EnableSIPLogs'] as bool?, ); }