public void GetAllInactiveProfilesThrowsNotImplementedException(FakeProfileProvider sut, ProfileAuthenticationOption option)
 {
   int totalNumber;
   Assert.Throws<NotImplementedException>(() => sut.GetAllInactiveProfiles(option, DateTime.MinValue, 0, 0, out totalNumber));
 }