public void AddCommand_CommandIsNull_DoesNotThrowError() { Assert.DoesNotThrow(() => _macroCommand.AddCommand(null)); }