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