namespace Moonlight.Shared.Http.Responses.Admin.Settings; public class WhiteLabelingDto { public string Name { get; set; } }