public void GetNumberOfInactiveProfilesThrowsNotImplementedException(FakeProfileProvider sut, ProfileAuthenticationOption option)
 {
   Assert.Throws<NotImplementedException>(() => sut.GetNumberOfInactiveProfiles(option, DateTime.MinValue));
 }