namespace Questionable.Controller.Steps; internal interface IStoppableTaskExecutor : ITaskExecutor { void StopNow(); }