namespace Questionable.Controller.Steps; internal interface IDebugStateProvider : ITaskExecutor { string? GetDebugState(); }