factory DeleteCollectionResponse.fromJson(Map<String, dynamic> json) { return DeleteCollectionResponse( statusCode: json['StatusCode'] as int?, ); }