public void When__UserStore_Increment_Access_Failed_Count__Expect__User_Param_Null_Exception() { Assert.ThrowsAsync(typeof(ArgumentNullException), async() => { await _userStore.IncrementAccessFailedCountAsync(null).ConfigureAwait(false); }, "Exception not thrown"); }