using System; namespace SRDebugger.Services { public delegate void ConsoleUpdatedEventHandler(IConsoleService console); }