namespace ShiroginSDK.Runtime.Services.Interfaces { public interface ICoroutineRunnerService { // Not strictly necessary since the class has static helpers, // but allows dependency injection if needed later. } }