factory LogConfiguration.fromJson(Map<String, dynamic> json) { return LogConfiguration( enabled: json['Enabled'] as bool?, ); }