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