namespace ErsatzTV.Application.Configuration
{
public record ConfigElementViewModel(string Key, string Value);
}