factory ClientParameterModel.fromMap(Map<String, dynamic> map) { return ClientParameterModel( clientId: map['clientId'] as String, ); }