public void SendWithDomainEvents_ThrowsException_WhenCommandIsNull() { _createAggregate = null; Assert.Throws <ArgumentNullException>(() => _sut.Send <CreateAggregate, Aggregate>(_createAggregate)); }