public async Task Save_Null_Throws() { await Assert.ThrowsAsync <ArgumentNullException>(async() => await _service.SaveAsync(null)); }