namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor
{
    class IShopServiceAsync : IpcService
    {
        public IShopServiceAsync() { }
    }
}