public override void Resolve(string parameter = "") { CommandOutputEvent.Call(Command, ErrorMessage); }
protected void Output(string message) { CommandOutputEvent.Call(this.DisplayName, message); }