public DebugController(IDebugModuleOutput output) { _output = output; }
public static IDebugModuleInput GetDebugController(IDebugModuleOutput output) { return(new DebugController(output)); }