namespace Ryujinx.HLE.HOS.Services.Ssl { class ISslContext : IpcService { public ISslContext() { } } }