public static CommandInfo ToCommandInfo(this DebuggerToolWindowIds id, object arguments) => new CommandInfo(DebuggerCommandConstants.DebuggerToolWindowGroup, (int)id, arguments);
 public static CommandInfo ToCommandInfo(this DebuggerToolWindowIds id) => new CommandInfo(DebuggerCommandConstants.DebuggerToolWindowGroup, (int)id);