public async void Test_GivenAUser_WhenChangeEmail_ThenThrowsANotSupportedException()
 {
     await Assert.ThrowsAsync <NotSupportedException>(() => userManager.ChangeEmailAsync(null, null, null)).ConfigureAwait(false);
 }