factory CreateApplicationResponse.fromJson(Map<String, dynamic> json) { return CreateApplicationResponse( configurationId: json['configurationId'] as String?, ); }