public async Task RemoveWhenAttachmentIsNullThrows() { await Assert.ThrowsAsync <ArgumentNullException>(async() => await _sut.Remove(null)); }