class ProdesLossV1Serializer {

    static serialize(data: Record<string, any>): Record<string, any> {
        return prodesLossSerializer.serialize(data);
    }