using System.Collections.Generic; using System.Reflection; namespace Ryujinx.HLE.HOS.Services { interface IIpcService { IReadOnlyDictionary Commands { get; } } }