namespace WinIPC.Config { public class AppConfig { public IPCServiceOptions IPCService { get; set; } = new IPCServiceOptions(); } }