namespace WeddingBooth.LifeCycles { public class StartupConfiguration { public bool FullScreen { get; set; } public string? Display { get; set; } } }