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