namespace Ryujinx.Horizon
{
    interface IService
    {
        abstract static void Main();
    }
}