using System.Collections.Generic; namespace Ryujinx.Horizon.Sdk.Sf { interface IServiceObject { IReadOnlyDictionary GetCommandHandlers(); } }