using System.Windows.Controls; namespace ClaudeDo.Installer.Pages.ServicePage; public partial class ServicePageView : UserControl { public ServicePageView() => InitializeComponent(); }