// src/Webshop.Application/DTOs/Payments/IPaymentMethodConfiguration.cs namespace Webshop.Application.DTOs.Payments; // Leeres Marker-Interface für polymorphe Deserialisierung public interface IPaymentMethodConfiguration { }