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