public Task InsertUpdateAsyncWhenAttachmentIsNullThrows() { return(Assert.ThrowsAnyAsync <ArgumentNullException>(() => _sut.InsertUpdateAsync(null))); }